Closed earthbound19 closed 3 years ago
Trial SVG manipulation via https://xmlgraphics.apache.org/batik/ utilities?
Noteworthy tools:
SVG parser https://xmlgraphics.apache.org/batik/using/parsers.html
convert ttf to svg https://xmlgraphics.apache.org/batik/tools/font-converter.html
2D graphics generation scripting https://xmlgraphics.apache.org/batik/using/svg-generator.html
Document Object Model API https://xmlgraphics.apache.org/batik/using/dom-api.html
Other possible tools: https://www.npmjs.com/package/svg-cli-util https://github.com/shakiba/svgexport
Processing and some libraries that can accompany it can script SVG generation.
moved to trello
Trial SVG manipulation via https://xmlgraphics.apache.org/batik/ utilities?
Noteworthy tools:
SVG parser https://xmlgraphics.apache.org/batik/using/parsers.html
convert ttf to svg https://xmlgraphics.apache.org/batik/tools/font-converter.html
2D graphics generation scripting https://xmlgraphics.apache.org/batik/using/svg-generator.html
Document Object Model API https://xmlgraphics.apache.org/batik/using/dom-api.html
Other possible tools: https://www.npmjs.com/package/svg-cli-util https://github.com/shakiba/svgexport