Can we use clipType
props in Path
now?
#1504
-
I found that there is no such prop. |
Beta Was this translation helpful? Give feedback.
Answered by
william-candillon
Apr 18, 2023
Replies: 1 comment 1 reply
-
We support fillType="evenOdd", or is clip-rule something different? After checking the Skia SVG implementation, I can confirm that fillType is what you are looking for. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bglgwyng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We support fillType="evenOdd", or is clip-rule something different?
These are the supported fill types:
Winding,
EvenOdd,
InverseWinding,
InverseEvenOdd,
After checking the Skia SVG implementation, I can confirm that fillType is what you are looking for.