First commit
This commit is contained in:
parent
fd5e5c4099
commit
51b68a14cf
14 changed files with 98 additions and 73 deletions
|
@ -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>
|
||||
`,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue