fonttools / skia-pathops

Python bindings for the Skia library's Path Ops
https://skia.org/docs/dev/present/pathops/
BSD 3-Clause "New" or "Revised" License
47 stars 14 forks source link

add support for dashed strokes #39

Closed anthrotype closed 3 years ago

anthrotype commented 3 years ago

We now use SkPaint::getFillPath instead of SkStrokeRec, as the former also supports dashed path effect. We need this for picosvg for converting paths with stroke-dasharray and stroke-dashoffset.

anthrotype commented 3 years ago

/cc @rsheeter