inkscape-androidvector icon indicating copy to clipboard operation
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.

Results 3 inkscape-androidvector issues
Sort by recently updated
recently updated
newest added

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 ![image](https://user-images.githubusercontent.com/22202038/111650590-1c42ed80-880e-11eb-9c9c-306ea01f7d4a.png) ``` 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,...