Skip to content

Exported SVG way too big #236

@Gianarci

Description

@Gianarci

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions