Skip to content

Releases: googlefonts/picosvg

v0.6.1

19 Aug 13:08
v0.6.1
09d05fe
Compare
Choose a tag to compare
Use uppercase 'Z' for SVGPath.end() as picosvg always produces absolute coords now.
This is only a stylistic change, no effect on the actual paths.

v0.6.0

19 Aug 10:27
v0.6.0
0ff3c2e
Compare
Choose a tag to compare
- CLI reads from stdin if no input file is passed.
- In arc_to_cubic, use the arc's end point as the last bezier segment's end point;
  they must be exactly the same.
- Added round_floats method; do not automatically round in svg_meta.path_segment
  (#65, #68).
- Snap points very near subpath start to the subpath start, to make sure
  closed paths are really closed.
  Do a late absolute() in topicosvg to ensure end-point snapping occurs.
  This means picosvg will now produce absolute coordinates all the time (#73).
- Drop 'enable-background' attribute, it's deprecated (#80).
- Apply clip paths *after* ungrouping to fix clipped+stroked paths (#77, 82).

v0.5.0

13 Jul 10:56
Compare
Choose a tag to compare
- Added support for inlined CSS in 'style' attributes.
- Added C() and Q() methods to SVGPath class.

v0.4.0

30 Jun 19:05
v0.4.0
a556ac8
Compare
Choose a tag to compare
- 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).

v0.3.16

28 Jun 05:48
Compare
Choose a tag to compare
Travis tweak

v0.3.15

24 Jun 18:52
Compare
Choose a tag to compare
Release test 2

v0.3.14

24 Jun 18:44
Compare
Choose a tag to compare
Release test