enum class ClipType
Determines the clipping strategy of a ClipPathNode.
INTERSECT
Only the pixels drawn inside the bounds of the clip path will be displayed.
SUBTRACT
Only the pixels drawn outside the bounds of the clip path will be displayed.