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)
|
points.title = new Point(20, points.bottomMid.y / 2)
|
||||||
macro('title', {
|
macro('title', {
|
||||||
at: points.title,
|
at: points.title,
|
||||||
nr: '7 & 8',
|
nr: '7 + 8',
|
||||||
title: 'collarAndUndercollar',
|
title: 'collarAndUndercollar',
|
||||||
scale: 0.6,
|
scale: 0.6,
|
||||||
append: true
|
append: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue