Skip to content

Releases: fonttools/skia-pathops

v0.7.0

01 Oct 13:53
65e06eb

Choose a tag to compare

  • Updated libskia to current chrome/m95 branch (no known/notable changes to
    PathOps module).
  • No longer require python2 to build from source.
  • Build and publish universal2 wheels to support the new
    ARM-based Macs with Apple M1 chip.

v0.6.0.post3

02 Aug 17:35
abb8a13

Choose a tag to compare

Make pypy 7.3 wheels for Linux.

v0.6.0.post2

09 Feb 17:22
v0.6.0.post2
7468700

Choose a tag to compare

Rebuilt pre-compiled libskia with older MACOSX_DEPOLYMENT_TARGET to fix issue with macOS 10.13 (#41, #42).
No other code changes since v0.6.0.post1 release.

v0.6.0.post1

11 Jan 10:57
v0.6.0.post1
aedaa49

Choose a tag to compare

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

14 Dec 16:27
v0.6.0
c5ed7c4

Choose a tag to compare

Added dash_array and dash_offset parameters to Path.stroke method (#39).

v0.5.2b2

11 Dec 11:24
v0.5.2b2
d80bf39

Choose a tag to compare

v0.5.2b2 Pre-release
Pre-release

Testing automatic deployment

v0.5.2b1

11 Dec 11:06
v0.5.2b1
9bea1ef

Choose a tag to compare

v0.5.2b1 Pre-release
Pre-release

Testing automatic deployment

v0.5.1.post1

31 Oct 11:20
38c6af8

Choose a tag to compare

Also build Python 3.9 wheels.

v0.5.1

01 Oct 17:36
v0.5.1
7066e8d

Choose a tag to compare

Avoid including the private SkGeometry.h header in pathops/_skia/core.pxd.
Reimplement the previously imported SkConic::computeQuadPOW2 method in Cython (#33, #34).

v0.5.0

29 Sep 13:30
v0.5.0
889e814

Choose a tag to compare

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).