fix(simon): Avoid ampersands, as they break SVG output
This commit is contained in:
parent
555628ebe9
commit
d99453497f
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ export default part => {
|
|||
points.title = new Point(20, points.bottomMid.y / 2)
|
||||
macro('title', {
|
||||
at: points.title,
|
||||
nr: '7 & 8',
|
||||
nr: '7 + 8',
|
||||
title: 'collarAndUndercollar',
|
||||
scale: 0.6,
|
||||
append: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue