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
There is a problem parsing non-optimized SVG from sketch. When you export and SVG from sketch like a shape there is this weird syntax with translates but it is considered a valid SVG.
When I pass that SVG (as and asset) to the svg() function it breaks. Here is the error log.
Description
There is a problem parsing non-optimized SVG from sketch. When you export and SVG from sketch like a shape there is this weird syntax with translates but it is considered a valid SVG.
When I pass that SVG (as and asset) to the
svg()
function it breaks. Here is the error log.Here is the Sketch SVG that will "break" craft
Steps to reproduce
{{ svg(asset) }}
Additional info
The text was updated successfully, but these errors were encountered: