mob apps 01 svg
·
1 min read
·
edit
Following images (01 SvgPathEditor, 02 Grafika, 03 Ibis Paint, 04 PENUP, 05 INKredible, 06 Vector Ink) are from today.
01
02
03
04
05
06
notes
- SvgPathEditor and free version of Grafika allowe to save the work directly as SVG.
- Ibis Paint, PENUP, INKredible, Vector Ink work must be saved first as PNG then converted to SVG using Image2SVG.
- It seems that only Grafika preserving its color, the converted images are not since it depends on the converter.
Table 1. Comparation of conversion and editing processes.
| No | App | Output | Converter | Editing |
|---|---|---|---|---|
| 1 | SvgPathEditor | SVG | - | - |
| 2 | Grafika | SVG | - | modify <rect .. fill="var(--bg)"> $\newline$ remove <?xml .. ?> |
| 3 | Ibis Paint | PNG | Image2SVG | remove <!DOCTYPE .. > $\newline$ remove <?xml .. ?> |
| 4 | PENUP | PNG | Image2SVG | remove <!DOCTYPE .. > $\newline$ remove <?xml .. ?> |
| 5 | INKredible | PNG | Image2SVG | remove <!DOCTYPE .. > $\newline$ remove <?xml .. ?> |
| 6 | Vector Ink | PNG | Image2SVG | remove <!DOCTYPE .. > $\newline$ remove <?xml .. ?> $\newline$ fail to remove marker |