Skip to content

Commit

Permalink
#10 debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
dangerdak committed Nov 24, 2017
1 parent 0c3ea4e commit 59e2f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/draw.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
width: canvas.width,
height: canvas.height,
svg: canvas.toSVG(),
//jpg: canvas.toDataURL({ format: 'jpeg' }),
jpg: canvas.toDataURL({ format: 'jpeg' }),
fieldName: question + '_svg',
};
xhr.onreadystatechange = function() {
Expand Down

0 comments on commit 59e2f72

Please sign in to comment.