Closed washad closed 5 years ago
Seems good. I left a couple review comments. I am not sure if more work will need to be done for supporting svg namespaces nicely in the output.
Should be at a point where you can look at it. One note, I added some support for converting underscore to dashed - it seems to be required in several instances for SVG. Not sure if the way I did it is the best, but my goal was not to touch your code. Feel free to re-write it or recommend changes.
Sorry for so many commits - I'm not used to this backward compatibility thing so I'm figuring it out as I go along. Looks like I have all tests passing now.
Do you still use this pull request or do I close it and do a new one?
Thanks! You can leave this PR open and I will review/merge it from here. I probably won't have time to look at it all until at least the weekend though.
Think you will have a chance to look at this soon? I'd like to use the changes in a project I'm working on.
I just squash/rebased and cleaned a few things up, and merged this to master. It's also been pushed to PyPI with version 2.4.0 ready to use.
Thanks for the PR!
If OK, I'd like to add support for SVG tags. There are a lot of tags, so I figured it better to submit a sample first. If you approve, I will subsequently add the remaining tags and tests for each.
Regards, Steve J