tigt / mini-svg-data-uri

Small, efficient encoding of SVG data URIs for CSS, HTML, etc.
https://npm.runkit.com/mini-svg-data-uri
MIT License
309 stars 16 forks source link

Added support for HEX codes with alpha channel #7

Closed kovart closed 5 years ago

kovart commented 5 years ago

Fixed bugs when regex matches transparent colors like "#FFFFFFC2" to "white".

tigt commented 5 years ago

Oh, good catch. Do we care about the shorthand version of this, like #f00f?

tigt commented 5 years ago

Looks great! I'll merge and release a new patch version when I'm back at my computer.

tigt commented 5 years ago

Published as 1.0.3, if I did it right. Thanks for your patience!