8000 Tags · mchoe/SwiftSVG · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mchoe/SwiftSVG

Tags

v2.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #146 from mchoe/feature/41-SPM-support

Added Package manifest file

v2.2.0

Toggle v2.2.0's commit message
v2.2.0 - Fixed memory leak. Thanks to @quentinfasquel

v2.1.6

Toggle v2.1.6's commit message
v2.1.6 - Swift 4.2 Support

v2.1.5

Toggle v2.1.5's commit message
v2.1.5 - Carthage Update

- Carthage SDKROOT

v2.1.4

Toggle v2.1.4's commit message
v2.1.4 - Bug fix

- Bug with fill opacity filling in the correct fill color

v2.1.3

Toggle v2.1.3's commit message
v2.1.3 - Bug fix

- Fixed bug where the completion block wasn't called when using UIView(SVGNamed:) interface

v2.1.2

Toggle v2.1.2's commit message
v2.1.2 - Added Identifiable Attribute

- All elements now support the 'id' attribute so you can now access a layer by the CALayer's 'name' property. Thanks to Oliver Jones (@orj) for adding this support.
- Removed usage of CharacterView because it's deprecated in Swift 4
0