SwiftSVG v2.3.1 Release Notes
Release Date: 2019-09-29 // over 3 years ago-
- ๐ 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