| ... | ... |
@@ -626,7 +626,7 @@ class XDotAttrParser: |
| 626 | 626 |
if filled: |
| 627 | 627 |
# xdot uses this to mean "draw a filled shape with an outline" |
| 628 | 628 |
self.shapes.append(EclipseShape(self.pen, x0, y0, w, h, filled=True)) |
| 629 |
- self.shapes.append(PolygonShape(self.pen, x0, y0, w, h)) |
|
| 629 |
+ self.shapes.append(EclipseShape(self.pen, x0, y0, w, h)) |
|
| 630 | 630 |
|
| 631 | 631 |
def handle_line(self, points): |
| 632 | 632 |
self.shapes.append(LineShape(self.pen, points)) |