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