fix(plugin-annotations): Circle syntax in defs
This commit is contained in:
parent
d90951bc8c
commit
9955784078
1 changed files with 3 additions and 3 deletions
|
@ -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>`,
|
||||
},
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue