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
I have searched the issues of this repository and believe that this is not a duplicate.
What problem does this feature solve?
It's like to dig a hole in a desk for a stove, or draw holes for a vehicle wheel. Pixi does support adding holes, like Graphics().beginHole().endHole(). I can't find a way to add hole to a Path. It seems the clipPath can't help me because it is opposite to holes.
What does the proposed API look like?
Maybe add a 'holes' property in style, or supplement related tutorial cases to the documents if it already can.
The text was updated successfully, but these errors were encountered:
What problem does this feature solve?
It's like to dig a hole in a desk for a stove, or draw holes for a vehicle wheel. Pixi does support adding holes, like Graphics().beginHole().endHole(). I can't find a way to add hole to a Path. It seems the clipPath can't help me because it is opposite to holes.
What does the proposed API look like?
Maybe add a 'holes' property in style, or supplement related tutorial cases to the documents if it already can.
The text was updated successfully, but these errors were encountered: