viliusle / miniPaint

online image editor
http://viliusle.github.io/miniPaint/
Other
2.74k stars 633 forks source link

Possibility to import/export svg files #303

Closed FabianMauz closed 2 years ago

FabianMauz commented 2 years ago

First of all, thank you for this great project.

Is it possible to import svg files in such a way that the groups within the svg file are converted into their own layer? When exporting, the individual layers would then be converted into their own group.

Kind regards and best wishes.

Fabian

viliusle commented 2 years ago

Hardly, minipaint and SVG use different formats.

Giwayume commented 2 years ago

There are open source web based svg editors out there

https://svgedit.netlify.app/editor/index.html

While minipaint uses some svg drawing techniques internally for things like brushes, ultimately it is a raster editor right now.