You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
First of all thanks a lot for all this work, I've been porting an iOS app that uses SVGKit extensively and RichPath has helped me a lot in this endeavour.
I have yet to find a replacement for dash pattern effects I could create easily on iOS using native CAShapeLayer properties like lineDashPattern. Android seems to create the same effect using pathEffects property on Paint, but those are not accessible using on a rich RichPath.
If I'm not mistaken other properties on RichPath like strokeLineJoin are copied to an underlying private Paint property. Would it be possible to add a way to set a strokePathEffect too ?
Thanks a lot for considering
The text was updated successfully, but these errors were encountered:
Hi,
First of all thanks a lot for all this work, I've been porting an iOS app that uses SVGKit extensively and RichPath has helped me a lot in this endeavour.
I have yet to find a replacement for dash pattern effects I could create easily on iOS using native
CAShapeLayer
properties likelineDashPattern
. Android seems to create the same effect usingpathEffects
property onPaint
, but those are not accessible using on a richRichPath
.If I'm not mistaken other properties on
RichPath
likestrokeLineJoin
are copied to an underlying privatePaint
property. Would it be possible to add a way to set astrokePathEffect
too ?Thanks a lot for considering
The text was updated successfully, but these errors were encountered: