inkscape-androidvector
inkscape-androidvector copied to clipboard
Stop exporting dozens of PNGs for your Android app -- this extension adds a new save type to Inkscape for Android vector images.
I updated the script to support Inkscape 1.0.2. This would close issue #3. Since I don't know how to support all Inkscape versions in one script (never used python) I...
I found this when trying to Export/Save as to Android xml Inkscape 1.0.2  ``` androidvector.py:30: DeprecationWarning: inkex.localize was moved to inkex.localization.localize inkex.localize() androidvector.py:309: DeprecationWarning: Effect.affect is now `Effect.run()`. The...
Tried with Inkscape 0.92 on Debian bullseye I got The document viewBox attribute is missing. Traceback (most recent call last): File "androidvector.py", line 309, in vector.affect() File "/usr/share/inkscape/extensions/inkex.py", line 285,...