Releases: mchoe/SwiftSVG
Releases · mchoe/SwiftSVG
v2.3.2
v2.3.1
- Fixed bug where named CSS UIColor initializer was overriding the Foundation version. @Fallen-Zen - PR #136
- Added conditional
DEBUG
forprint
- 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