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

@ -12,7 +12,7 @@ const markers = `
export const notchesHooks = {
preRender: [
function (svg) {
if (svg.defs.indexOf(`id="notch"`) === -1) svg.defs += markers
svg.defs.setIfUnset('notch', markers)
},
],
}