[dia] diastddia.py: fill_ellipse did stroke, not fill



commit a3b9e963df0b133ab920f9662b91ae5a951047f1
Author: Hans Breuer <hans breuer org>
Date:   Sun Dec 15 21:30:39 2013 +0100

    diastddia.py: fill_ellipse did stroke, not fill

 plug-ins/python/diastddia.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plug-ins/python/diastddia.py b/plug-ins/python/diastddia.py
index cf1b301..d4034aa 100644
--- a/plug-ins/python/diastddia.py
+++ b/plug-ins/python/diastddia.py
@@ -181,7 +181,7 @@ class StandardDiaRenderer :
        def draw_ellipse (self, center, width, height, color) :
                self._ellipse(center, width, height, color, 0)
        def fill_ellipse (self, center, width, height, color) :
-               self._ellipse(center, width, height, color, 0)
+               self._ellipse(center, width, height, 0, color)
 
        def _arc(self, center, width, height, angle1, angle2, color, fill) :
                self.oid = self.oid + 1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]