[whatwg] proposed canvas 2d API additions

On Tue, 9 May 2006, Ric Hardacre wrote:
> 
> i absolutely agree that pixels should be treated as atomic units. if a 
> canvas pixel space is initialized as a 1x1 square then there is only one 
> (visible) coordinate you could possibly access: (0,0)

Canvas' coordinate space is not quantised. The arguments are all floats, 
not ints.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Friday, 19 May 2006 08:47:45 UTC