fix broken defaultBrush in editor

JS interprets escape sequences in backtick literals
This commit is contained in:
liquidex 2024-10-23 21:20:40 +02:00
parent e0e64f7e24
commit 718e574d3a

View file

@ -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();