1
0
Fork 0

First commit

This commit is contained in:
Wouter van Wageningen 2023-05-04 19:19:52 +00:00
parent fd5e5c4099
commit 51b68a14cf
14 changed files with 98 additions and 73 deletions

View file

@ -1,10 +1,10 @@
// Export defs
export const pleatDefs = [
{
name: 'notch',
def: `
<marker id="pleatTo" markerWidth="12" markerHeight="8" orient="auto" refY="4" refX="12">
<path class="note fill-note" d="M 12,4 L 0,0 C 2,2 2,6 0,8 z" />
name: 'pleatTo',
def: (scale) => `
<marker orient="auto" refY="0" refX="0" id="pleatTo" style="overflow:visible;" markerWidth="12" markerHeight="8">
<path class="note fill-note" d="M 0,0 L -12,-4 C -10,-2 -12,2 -12,4 z" transform="scale(${scale})"/>
</marker>
`,
},