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

Method drawBottomRight

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

Source from the content-addressed store, hash-verified

193
194
195 def drawBottomRight(self, canvas):
196
197 controls = [ (100,-70),
198 (100,-69),(100,-1),(100,0),
199 (99,0),(91,0),(90,0),
200
201 #jigsaw interlock - 4 sections
202 (90, -5), (92, -5), (92, -10),
203 (92, -15), (85, -15), (80, -15),
204 (75, -15), (68, -15), (68, -10),
205 (68, -5), (70, -5), (70, 0),
206 (69, 0), (51, 0), (50, 0),
207
208 #wavyline
209 (50, -5), (45,-10), (40,-10),
210 (35,-10), (30,-15), (30, -20),
211 (30,-25), (25,-30), (20,-30),
212 (15,-30), (10,-35), (10,-40),
213 (10,-45),(5,-50),(0,-50),
214
215 (0,-51), (0,-69), (0,-70),
216 (1,-70),(99,-70),(100,-70)
217
218 ]
219 self.drawShape(canvas, controls, colors.navy)
220
221
222 def drawBottomLeft(self, canvas):

Callers 1

drawOnMethod · 0.95

Calls 1

drawShapeMethod · 0.95

Tested by

no test coverage detected