Re: Revival of svglib
Robin Becker <[email protected]>
| Newsgroups | gmane.comp.python.reportlab.user |
|---|---|
| Message-ID | <[email protected]> |
> > Also, the svglib codebase is hosted on GitHub now, so feel invited to star and/or watch the repository! [3] > Sorry about confusion doing pull requests; I'm getting to old for this modern world & my browser has a better memory than me :( Anyhow I did a patch against the github svglib now that improves the elliptical arc handling which allows removal of the svg.path dependency. I was a bit surprised to see lxml being used in place of the minidom as that adds another dependency, but luckily it can be used even on windows so I was able to run on my normal development machine. -- Robin Becker