mirror of
https://review.haiku-os.org/haiku
synced 2025-01-20 21:41:28 +01:00
eb43166326
* BView gets SetFillRule/FillRule methods. The fill rule is part of the view state. * The B_NONZERO rule is the default. This is what we implemented before. * The B_EVEN_ODD rule is the other common possibility for this, and we need to support it to help WebKit to render properly.