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

Method drawBottomLeft

tools/pythonpoint/customshapes.py:168–192  ·  view source on GitHub ↗
(self, canvas)

Source from the content-addressed store, hash-verified

166
167
168 def drawBottomLeft(self, canvas):
169
170 controls = [(-100,-70),
171 (-99,-70),(-1,-70),(0,-70),
172 (0,-69),(0,-51),(0,-50),
173
174 #wavyline
175 (-5,-50),(-10,-45),(-10,-40),
176 (-10,-35),(-15,-30),(-20,-30),
177 (-25,-30),(-30,-25),(-30,-20),
178 (-30,-15),(-35,-10),(-40,-10),
179 (-45,-10),(-50,-5),(-50,0),
180
181 #jigsaw interlock - 4 sections
182
183 (-51, 0), (-69, 0), (-70, 0),
184 (-70, 5), (-68, 5), (-68, 10),
185 (-68, 15), (-75, 15), (-80, 15),
186 (-85, 15), (-92, 15), (-92, 10),
187 (-92, 5), (-90, 5), (-90, 0),
188
189 (-91,0),(-99,0),(-100,0)
190
191 ]
192 self.drawShape(canvas, controls, colors.green)
193
194
195 def drawBottomRight(self, canvas):

Callers 1

drawOnMethod · 0.95

Calls 1

drawShapeMethod · 0.95

Tested by

no test coverage detected