Skip to content

Copying paths from pdf to pdf - problem with draw_quad #4379

Discussion options

You must be logged in to vote

Instead of this line:

shape.draw_quad((item[1][0][0], item[1][0][1]), (item[1][1][0], item[1][1][1]),(item[1][2][0], item[1][2][1]), (item[1][3][0], item[1][3][1]))

Use this one:

shape.draw_quad(item[1])

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AvivEsh
Comment options

Answer selected by AvivEsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants