diff options
author | scuri <scuri> | 2010-06-02 17:08:41 +0000 |
---|---|---|
committer | scuri <scuri> | 2010-06-02 17:08:41 +0000 |
commit | 8fad87fe337472713488db707e58c6853fbe7662 (patch) | |
tree | a5495c102006251817781b636bba1962cb38d88b /src/win32 | |
parent | 17be65cfea56a53dc3a9cb617895adf5300db099 (diff) |
*** empty log message ***
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/cdwin.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/win32/cdwin.c b/src/win32/cdwin.c index 246ea5e..972f5a9 100644 --- a/src/win32/cdwin.c +++ b/src/win32/cdwin.c @@ -729,13 +729,12 @@ static void sCalcArc(cdCanvas* canvas, int xc, int yc, int w, int h, double a1, if (canvas->invert_yaxis) { - /* fix axis orientation only, because angle orientation is the same */ + /* fix axis orientation */ arc->YStartArc = 2*yc - arc->YStartArc; arc->YEndArc = 2*yc - arc->YEndArc; } else { - /* Arc behave diferent when GM_ADVANCED is set */ /* it is clock-wise when axis NOT inverted */ if (swap) { |