Canvas 400x200 pixel
Click on page.
Es: Math.round(12.34) == 12 Math.round(12.34 * 10)/10 == 12.3 12.34 * 10 == 123.4 Math.round(123.4) == 123 123/10 == 12.3