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,
|
||||
-- and see what happens!
|
||||
|
||||
withDotter \d ->
|
||||
withDotter \\d ->
|
||||
stroke 8 #000 (d To)
|
||||
`.trim();
|
||||
|
||||
|
|
Loading…
Reference in a new issue