1
0
Fork 0
freesewing/plugins/plugin-buttons/src/buttonhole.js

20 lines
309 B
JavaScript
Raw Normal View History

export default `
<g id="buttonhole">
<path
class="mark"
d="M -1,-5 L 1,-5 L 1,5 L -1,5 z"
/>
</g>
<g id="buttonhole-start">
<path
class="mark"
d="M -1,-10 L 1,-10 L 1,0 L -1,0 z"
/>
</g>
<g id="buttonhole-end">
<path
class="mark"
d="M -1,0 L 1,0 L 1,10 L -1,10 z"
/>
</g>`