Skip to content
v0.4.0

- Fixed issue when un-grouping groups with fill-rule or clip-rule
  attributes, which should be inherited by children (#52).
- Added support for fill-rule="evenodd" and clip-rule="evenodd"
  attributes, by using skia-pathops to fix contour winding order and convert
  paths to nonzero fill (#53, #54).