most export to pdf functionality re-instated
This commit is contained in:
parent
e8c77fc823
commit
94c324b2e7
17 changed files with 820 additions and 166 deletions
|
@ -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>`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue