SKImageFilter.CreatePaint is missing in 3.0.0-alpha.1.7 #2569
-
I am testing 3.0.0-alpha.1.7 version in my Svg.Skia library and found SKImageFilter.CreatePaint api is missing. Is there alternative api I can use. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
According to the changelog from Google
I think the paint was really deceiving as only the Shader and Color properties were ever used. Think:
|
Beta Was this translation helpful? Give feedback.
-
Ah yes that might work in my case. |
Beta Was this translation helpful? Give feedback.
According to the changelog from Google
I think the paint was really deceiving as only the Shader and Color properties were ever used. Think:
google/skia@7d0f853
google/skia@89f8ba6