Simplify PostScript code generated by wxPostScriptDC to draw elliptic arc

Optimize procedure 'ellipticarc' by doing all operations on the operand stack instead of creating local dictionary and temporary variables.
This commit is contained in:
Artur Wieczorek
2017-02-22 21:18:45 +01:00
parent 8a45881e44
commit 74ab36c125
2 changed files with 17 additions and 21 deletions

View File

@@ -128,6 +128,7 @@ All (GUI):
- 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().
- Optimize PostScript code emitted by wxPostScriptDC to draw elliptic arcs.
wxGTK: