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
Currently, SvgRenderer.loadString and all methods that call it are synchronous. However, certain fixups (e.g. measuring elements) require asynchronous function calls. In order to better support Scratch 2.0 SVGs, SvgRenderer.loadString must be made asynchronous, which has implications for the rest of the Scratch codebase.
The text was updated successfully, but these errors were encountered:
Currently,
SvgRenderer.loadString
and all methods that call it are synchronous. However, certain fixups (e.g. measuring elements) require asynchronous function calls. In order to better support Scratch 2.0 SVGs,SvgRenderer.loadString
must be made asynchronous, which has implications for the rest of the Scratch codebase.The text was updated successfully, but these errors were encountered: