We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Die <symbol>-Elemente aus den xPlanBox-SVGs lassen sich per Inkscape CLI entfernen bzw. in Pfade umwandeln:
<symbol>
inkscape --actions="select-all:all;object-unlink-clones;select-all:groups;object-to-path;export-plain-svg;vacuum-defs" --export-filename=<out-file> <in-file>
The text was updated successfully, but these errors were encountered:
Danke für den Hinweis! Funktioniert wunderbar 🎉
Das ist viel besser als die <symbol>-Elemente durch <g>-Elemente zu ersetzen (qgis/QGIS#50208 (comment)).
<g>
Ist geplant die SVGs auf https://gitlab.opencode.de/diplanung/ozgxplanung bei Gelegenheit entprechend ohne <symbol>-Elemente / QGIS-kompatibel bereit zu stellen?
Sorry, something went wrong.
Das sollte kein Problem sein, nehme ich mal mit.
No branches or pull requests
Die
<symbol>
-Elemente aus den xPlanBox-SVGs lassen sich per Inkscape CLI entfernen bzw. in Pfade umwandeln:inkscape --actions="select-all:all;object-unlink-clones;select-all:groups;object-to-path;export-plain-svg;vacuum-defs" --export-filename=<out-file> <in-file>
The text was updated successfully, but these errors were encountered: