Fix DrawArc() implementation in wxPostScriptDC
Draw pie, not arc, if current brush is not transparent. Also simplify the code by invoking PostScript 'arc' operator only once if pie is drawn. Closes #17805.
This commit is contained in:
@@ -127,6 +127,7 @@ All (GUI):
|
||||
- Support multiline strings in wxPostScriptDC::DrawText(), DrawRotatedText().
|
||||
- Deprecate wxEVT_STC_KEY and wxEVT_STC_URIDROPPED events (NewPagodi).
|
||||
- Optimize font registration in PostScript code emitted by wxPostScriptDC.
|
||||
- Fix drawing filled arc with wxPostScriptDC::DrawArc().
|
||||
|
||||
wxGTK:
|
||||
|
||||
|
Reference in New Issue
Block a user