Is there a correct way to specify the size of a canvas element in for example millimeters so that if I print it out it will have the correct size?
I\'ve tried this simpl
Don't use style to declare the width and height. Declare it in pixels in the element, like this:
Should work.