Closed
Description
This line in triangle():
, x1, x2 // start of path
https://github.com/MrRio/jsPDF/blob/master/jspdf.js#L1154
should probably be:
, x1, y1
Metadata
Metadata
Assignees
Labels
No labels
This line in triangle():
, x1, x2 // start of path
https://github.com/MrRio/jsPDF/blob/master/jspdf.js#L1154
should probably be:
, x1, y1