meerk40t / svgelements

SVG Parsing for Elements, Paths, and other SVG Objects.
MIT License
132 stars 29 forks source link

Changing ARGB format to RGBA #110

Closed Lofgren closed 3 years ago

Lofgren commented 3 years ago

RGBA is the CSS standard, so the format is updated to align with this. Also adding some tests that ensures the format accodring to RGBA and updating the README.md with the changes made.

tatarize commented 3 years ago

Tested and I can't poke any holes in it. The int() value of the color will functionally change, which is a bit breaking so I'll toggle a major version for it.