1
0
Fork 0

fix(plugin-annotations): Circle syntax in defs

This commit is contained in:
Joost De Cock 2023-09-15 08:43:57 +02:00
parent d90951bc8c
commit 9955784078

View file

@ -4,8 +4,8 @@ export const notchesDefs = [
name: 'notch',
def: `
<g id="notch">
<circle cy="0" cx="0" r="1.4" class="fill-note" />
<circle cy="0" cx="0" r="2.8" class="note" />
<circle cy="0" cx="0" r="1.4" class="fill-note"></circle>
<circle cy="0" cx="0" r="2.8" class="note"></circle>
</g>`,
},
{
@ -13,7 +13,7 @@ export const notchesDefs = [
def: `
<g id="bnotch">
<path d="M -1.1 -1.1 L 1.1 1.1 M 1.1 -1.1 L -1.1 1.1" class="note"></path>
<circle cy="0" cx="0" r="2.8" class="note" />
<circle cy="0" cx="0" r="2.8" class="note"></circle>
</g>`,
},
]