1
1
mirror of https://github.com/exyte/Macaw.git synced 2024-09-21 09:59:10 +03:00
Macaw/Source/svg
Yuriy Kashnikov 9b34d18d27 Implement clip-path support in SVG parser
- Fix Locus to Path conversion: all should be counter-clockwise,
otherwise fill-rulle=nonzero will not work properly and paths
will have donut holes
- Fix Arc serialization: parse largeArc and sweep flags properly
- Add test for clip
2017-10-18 17:48:42 +07:00
..
SVGConstants.swift Merge pull request #163 from exyte/feature/add-macaw-to-svg-serializer 2017-09-14 11:56:58 +07:00
SVGParser.swift Implement clip-path support in SVG parser 2017-10-18 17:48:42 +07:00
SVGParserError.swift Fix #68: Change SVGParser.parse signature 2017-01-26 22:10:33 +07:00
SVGParserRegexHelper.swift update classes...20% 2017-08-10 20:01:11 +07:00
SVGSerializer.swift Implement clip-path support in SVG parser 2017-10-18 17:48:42 +07:00
SVGView.swift Fix for aspect fit content mode 2017-10-12 18:50:09 +07:00