Closed anthrotype closed 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.
SkPaint::getFillPath
SkStrokeRec
stroke-dasharray
stroke-dashoffset
/cc @rsheeter
We now use
SkPaint::getFillPath
instead ofSkStrokeRec
, as the former also supports dashed path effect. We need this for picosvg for converting paths withstroke-dasharray
andstroke-dashoffset
.