node-five icon indicating copy to clipboard operation
node-five copied to clipboard

Use floating point coordinates

Open arturadib opened this issue 14 years ago • 0 comments

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

arturadib avatar Jan 23 '12 14:01 arturadib