MCPcopy Create free account
hub / github.com/Distrotech/reportlab / start_ellipse

Method start_ellipse

tools/pythonpoint/stdparser.py:616–625  ·  view source on GitHub ↗
(self, args)

Source from the content-addressed store, hash-verified

614
615
616 def start_ellipse(self, args):
617 self.pack_slide('ellipse', args)
618 self._curEllipse = pythonpoint.PPEllipse(
619 self.ceval('ellipse',args,'x1'),
620 self.ceval('ellipse',args,'y1'),
621 self.ceval('ellipse',args,'x2'),
622 self.ceval('ellipse',args,'y2')
623 )
624 self._curEllipse.strokeColor = self.ceval('ellipse',args,'stroke')
625 self._curEllipse.fillColor = self.ceval('ellipse',args,'fill')
626
627
628 def end_ellipse(self):

Callers

nothing calls this directly

Calls 2

pack_slideMethod · 0.95
cevalMethod · 0.95

Tested by

no test coverage detected