We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 83e7cf8 + 87c720f commit 126549eCopy full SHA for 126549e
docs/faq.rst
@@ -1421,7 +1421,7 @@ The following is a code snippet which extracts the drawings of a page and re-dra
1421
elif item[0] == "re": # rectangle
1422
shape.draw_rect(item[1])
1423
elif item[0] == "qu": # quad
1424
- shape.draw_rect(item[1])
+ shape.draw_quad(item[1])
1425
elif item[0] == "c": # curve
1426
shape.draw_bezier(item[1], item[2], item[3], item[4])
1427
else:
0 commit comments