SwiftSVG v2.3.1 Release Notes

Release Date: 2019-09-29 // over 4 years ago
    • ๐Ÿ›  Fixed bug where named CSS UIColor initializer was overriding the Foundation version. @Fallen-Zen - PR #136
    • โž• Added conditional DEBUG for print
    • ๐Ÿ›  Fixed issue where an SVG wouldn't show multiple times on the same page. @matejukmar - PR #137
    • โž• Added public initializer for SVGParserSupportedElements. Fixes #135
    • โž• Added CSS named colors #139. Closed #112
    • โž• Added support for 4 and 8 length hex strings for colors
    • ๐Ÿ“ฆ Swift Package Manager Support