fix broken defaultBrush
in editor
JS interprets escape sequences in backtick literals
This commit is contained in:
parent
e0e64f7e24
commit
718e574d3a
|
@ -5,7 +5,7 @@ const defaultBrush = `
|
||||||
-- Try playing around with the numbers,
|
-- Try playing around with the numbers,
|
||||||
-- and see what happens!
|
-- and see what happens!
|
||||||
|
|
||||||
withDotter \d ->
|
withDotter \\d ->
|
||||||
stroke 8 #000 (d To)
|
stroke 8 #000 (d To)
|
||||||
`.trim();
|
`.trim();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue