Skip to content

Releases: nnabeyang/SVGUIView

0.5.1

15 Jul 00:21
Compare
Choose a tag to compare

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

01 Jul 22:36
Compare
Choose a tag to compare

Updates

  • Add "clipPath" tag support

Fixes

  • Fix init(other:, attributes:) of SVGPathElement b82cfbc
  • Revert "Update SVGUIView frame when updating data" eebdf93

0.4.0

24 Jun 09:27
Compare
Choose a tag to compare

Updates

  • Implement contentMode of SVGUIView.

0.3.0

22 Jun 23:57
Compare
Choose a tag to compare

Updates

  • Add support "defs", "use" tags.