Releases: fonttools/skia-pathops
v0.6.0.post1
Fixed CI setup issue whereby source distribution package was missing the skia source files from the git submodule.
No code changes sice v0.6.0.
v0.6.0
v0.5.2b2
Testing automatic deployment
v0.5.2b1
Testing automatic deployment
v0.5.1.post1
Also build Python 3.9 wheels.
v0.5.1
v0.5.0
Added support for decomposing components when drawing onto a Path using FontTools pen interface. A glyphSet option (None by default) is added to Path.getPen method, and to PathPen constructor.
This should be a mapping of drawable glyphs keyed by glyph name.
No longer silently ignore components, but raise an error if the glyphSet parameter (needed to resolve component references) is not provided when getting or constructing the PathPen (#29, #32).
v0.4.2
v0.4.1
Path.stroke no longer calls Path.convertConicsToQuads itself.
Clients can call that directly (passing a desired tolerance) if they don't want to deal with conics that may be introduced as result of the stroking operation.