You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit of a follow-up to #96. Currently, there are SVGs which will render properly, but will crash the paint editor and/or not be displayed by the browser because they cannot be parsed.
Fixing this would require scratch-paint and scratch-gui to call the "fixup SVG string" function; however, this module does not currently export it.
Should scratch-svg-renderer export "fixup SVG string" as a public function?
The text was updated successfully, but these errors were encountered:
This is a bit of a follow-up to #96. Currently, there are SVGs which will render properly, but will crash the paint editor and/or not be displayed by the browser because they cannot be parsed.
Fixing this would require
scratch-paint
andscratch-gui
to call the "fixup SVG string" function; however, this module does not currently export it.Should
scratch-svg-renderer
export "fixup SVG string" as a public function?The text was updated successfully, but these errors were encountered: