Conversation

Me: I wanna do a quick bit of SVG manipulation. There must be a library for that...
Python, TypeScript, Rust, Go: No.

Apparently, SVG is hard.

I guess I'll do hacky XML manipulation instead...

2
0
0

@tmr232 I asked a machine and it listed several python libraries for manipulating SVG.

1
0
0

@hananc All the ones I found were very partial, none seem to support both reading an SVG from file & adding definitions and patterns.
The machines recommend lxml, at least to me.

0
0
0