(self, path=None, p=None, sx=1, sy=None)
| 1157 | self.drawShapePath() |
| 1158 | |
| 1159 | def drawPath(self, path=None, p=None, sx=1, sy=None): |
| 1160 | self.drawShapePath() |
| 1161 | |
| 1162 | def drawShapePath(self): |
| 1163 | """Renders the existing Bézier path as a Flat vector graphic.""" |
nothing calls this directly
no test coverage detected