-
-
Notifications
You must be signed in to change notification settings - Fork 54
Exported SVG way too big #236
Copy link
Copy link
Closed
Description
I want to report that the tool exports SVGs that are poorly optimized and often too heavy to render for the browser. In one board, it exported a 30Mb file. By optimizing it with a tool (SVGO) the file was reduced to 1.8Mb, with the same graphic rendering. The main problem is that approximately 112000 paths are generated (with absolute coordinates) and identical styles, while SVGO reduces them to 206 (merging them), transforming them into relative coordinates, applying any transforms, and this greatly optimizes the rendering phase. However, given its size, the aforementioned tool takes 9 minutes to perform the optimization and is therefore an unacceptable solution. Is there a way to mitigate this problem?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels