1
0
Fork 0

most export to pdf functionality re-instated

This commit is contained in:
Enoch Riese 2022-08-16 00:33:35 -05:00
parent e8c77fc823
commit 94c324b2e7
17 changed files with 820 additions and 166 deletions

View file

@ -1,19 +1,19 @@
export default `
<g id="buttonhole">
<path
style="fill:none;stroke:var(--pattern-mark);stroke-width:var(--pattern-stroke);"
class="mark"
d="M -1,-5 L 1,-5 L 1,5 L -1,5 z"
/>
</g>
<g id="buttonhole-start">
<path
style="fill:none;stroke:var(--pattern-mark);stroke-width:var(--pattern-stroke);"
class="mark"
d="M -1,-10 L 1,-10 L 1,0 L -1,0 z"
/>
</g>
<g id="buttonhole-end">
<path
style="fill:none;stroke:var(--pattern-mark);stroke-width:var(--pattern-stroke);"
class="mark"
d="M -1,0 L 1,0 L 1,10 L -1,10 z"
/>
</g>`