1
0
Fork 0

feat(plugin-annotations): Added eyelet snippet

This commit is contained in:
Joost De Cock 2023-09-18 11:04:22 +02:00
parent bfd6c0a3d3
commit ef41c23379

View file

@ -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>`,
},
]