Releases: nnabeyang/SVGUIView
Releases · nnabeyang/SVGUIView
0.5.1
Fixes
- Don't use to draw SVG elements with implicit selected CGContext acc667d
- Add support for clipPath tag for iOS 14.x and iOS 15.x bd9c696
- Fix processing for clipPath attribute of line elements 22ee6f3
0.5.0
Updates
- Add "clipPath" tag support
Fixes
- Fix init(other:, attributes:) of SVGPathElement b82cfbc
- Revert "Update SVGUIView frame when updating data" eebdf93
0.4.0
Updates
- Implement contentMode of SVGUIView.
0.3.0
Updates
- Add support "defs", "use" tags.