feat(plugin-annotations): Added eyelet snippet
This commit is contained in:
parent
bfd6c0a3d3
commit
ef41c23379
1 changed files with 8 additions and 0 deletions
|
@ -82,6 +82,14 @@ export const buttonsDefs = [
|
|||
style="fill:none;stroke:#666; stroke-width:0.5;"
|
||||
d="M -1.7,-1 L -1.7,1 M 1.7,-1 L 1.7,1" id="snap-socket-lines"
|
||||
></path>
|
||||
</g>`,
|
||||
},
|
||||
{
|
||||
name: 'eyelet',
|
||||
def: `
|
||||
<g id="eyelet">
|
||||
<circle id="eyelet-circle" cx="0" cy="0" r="3.4" class="no-full stroke-mark mark" stroke-width="1" fill="none" stroke="currentColor">
|
||||
</circle>
|
||||
</g>`,
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue