friction2d / friction

Friction Graphics
https://friction.graphics
GNU General Public License v3.0
178 stars 10 forks source link

Export SVG: Check for supported features #174

Closed rodlie closed 1 month ago

rodlie commented 1 month ago

As discussed in #173 it would probably be nice to check the project for unsupported features when exporting to SVG.

Proposed solution

When user trigger "Export to SVG" go through every object and warn if:

"Warning! Project contains assets and/or effects that is not supported when export SVG ..... or something similar".

rodlie commented 1 month ago

Just finished the code: friction-svg-warn

Will commit tomorrow.