I'm drawing two rect's inside my canvas, both of which are specified to be 40 wide and 20 tall.
The first rect has its top-left corner at 0,0 while the other one has its top-left corner at 60,40.
The one beginning at 60,40 is massive compared to the first. Even though their size should be the same
I am using Infinite Canvas for my project, but this issue appears to happen whether I include this or not.
Here is a fiddle with Infinite Cavnas: https://jsfiddle.net/dgLt3o48/2/
And here is a fiddle without it: https://jsfiddle.net/dgLt3o48/1/