1
0
Fork 0

fix(simon): Avoid ampersands, as they break SVG output

This commit is contained in:
Joost De Cock 2020-02-01 17:34:32 +01:00
parent 555628ebe9
commit d99453497f

View file

@ -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