Skip to content

Commit

Permalink
These commit comments will be the same because I am testing things on…
Browse files Browse the repository at this point in the history
… the server. Sorry bro
  • Loading branch information
Alexander James Wallar committed Aug 2, 2013
1 parent eca6759 commit 7bb7f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/calibration.html
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h2 style="padding-bottom:10;">Calibration Demo</h2>

image_data = drawer.drawCircle(
image_data,
midPoint.add(avgPoint.mult(4))
midPoint.add(avgPoint.mult(4)),
5,
-1,
"red"
Expand Down

0 comments on commit 7bb7f6f

Please sign in to comment.