pyrolistical a minute ago It’s 10x slower than vanilla which makes this an ideal use case for transpilation.
emil-lp an hour ago Anyone know a Python library for manipulating SVG images? WillAdams an hour ago I've been meaning to look into:https://coderivers.org/blog/python-svg/ monkmartinez 8 minutes ago You mean svgwrite (https://github.com/mozman/svgwrite) which looks like it is no longer maintained?I know of svg.py (https://github.com/orsinium-labs/svg.py) and drawsvg (https://github.com/cduck/drawsvg)... I have played with both a bit, no idea how they compare to others.
WillAdams an hour ago I've been meaning to look into:https://coderivers.org/blog/python-svg/ monkmartinez 8 minutes ago You mean svgwrite (https://github.com/mozman/svgwrite) which looks like it is no longer maintained?I know of svg.py (https://github.com/orsinium-labs/svg.py) and drawsvg (https://github.com/cduck/drawsvg)... I have played with both a bit, no idea how they compare to others.
monkmartinez 8 minutes ago You mean svgwrite (https://github.com/mozman/svgwrite) which looks like it is no longer maintained?I know of svg.py (https://github.com/orsinium-labs/svg.py) and drawsvg (https://github.com/cduck/drawsvg)... I have played with both a bit, no idea how they compare to others.
It’s 10x slower than vanilla which makes this an ideal use case for transpilation.
Anyone know a Python library for manipulating SVG images?
I've been meaning to look into:
https://coderivers.org/blog/python-svg/
You mean svgwrite (https://github.com/mozman/svgwrite) which looks like it is no longer maintained?
I know of svg.py (https://github.com/orsinium-labs/svg.py) and drawsvg (https://github.com/cduck/drawsvg)... I have played with both a bit, no idea how they compare to others.