node-five
node-five copied to clipboard
Use floating point coordinates
We should use QPointF and QRectF instead of integer coordinates (x,y,w,h, etc) throughout 2d context, as the spec requires (double precision) floating point numbers for all coordinates:
http://dev.w3.org/html5/2dcontext/#conformance-requirements