1
0
Fork 0

First attempt

This commit is contained in:
Wouter van Wageningen 2023-04-19 06:08:26 +00:00
parent ccf2ff3931
commit 5dcaa15f32
10 changed files with 117 additions and 16 deletions

View file

@ -8,7 +8,7 @@ const markers = `
export const pleatHooks = {
preRender: [
function (svg) {
if (svg.defs.indexOf(markers) === -1) svg.defs += markers
svg.defs.setIfUnset('pleat', markers)
},
],
}