wxGraphicsContext::ResetClip (wxOSX) Using native CGContextResetClip() to reset the clip causes some drawing glitches - especially with drawing text with CT - see https://github.com/wxWidgets/wxWidgets/issues/22629#issuecomment-1399554002 For the time being we have to revert to the previous code with emulated resetting based on restoring the graphics context state. We also have to disable a unit tests that fails with emulated resetting the clip. See #22629. |
||
|---|---|---|
| .. | ||
| affinematrix.cpp | ||
| bitmap.cpp | ||
| bmpbundle.cpp | ||
| boundingbox.cpp | ||
| clipper.cpp | ||
| clippingbox.cpp | ||
| colour.cpp | ||
| coords.cpp | ||
| ellipsization.cpp | ||
| graphbitmap.cpp | ||
| graphmatrix.cpp | ||
| graphpath.cpp | ||
| imagelist.cpp | ||
| measuring.cpp | ||