Releases: fonttools/skia-pathops
Releases · fonttools/skia-pathops
v0.3.0
-
We now build the whole libskia (static library for Linux/Mac, shared DLL for Windows) using skia's own build toolchain. The current libskia embedded is from the "chrome/m80" branch.
-
Expose
SkStrokeRec
aspathops.Path::stroke
, for transforming a stroked path into an outline; this supports all properties of SVG path's stroke attribute (width, cap, join, miter limit) -
Added
Path::arcTo
method, which models SVG elliptical arcs. Note that skia internally stores elliptical arcs using conic curves. -
Added
Path::convertConicsToQuads
method to approximate conic curves using qudratic bezier curves (e.g. so that they can be drawn with fonttools pens).
v0.2.1
- Updated skia library to latest commit on master (google/skia@3517aa7).
- Dropped support for Python 2.7
- Added support for Python 3.8
v0.2.0.post1
Updated PyPI credentials on Travis/Appveyor to fix uploading issue (#14). No code changes.