(self, path=None, p=None, sx=1, sy=None)
| 488 | |
| 489 | |
| 490 | def drawPath(self, path=None, p=None, sx=1, sy=None): |
| 491 | # TODO: call drawing.path() inside SvgBezierPath.draw() |
| 492 | #bezierpath = self._drawing.path() |
| 493 | print(self._bezierpath) |
| 494 | # |
| 495 | |
| 496 | def shadow(self, eShadow, e=None): |
no outgoing calls
no test coverage detected