First attempt
This commit is contained in:
parent
ccf2ff3931
commit
5dcaa15f32
10 changed files with 117 additions and 16 deletions
|
@ -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)
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue