Re: Transformed Pointer Coordinates?

On 2/11/13 9:28 PM, Dirk Schulze wrote:
> It was a request by web authors to allow simple ways to pass points. Dictionaries are very popular for web developers: foo({x: 20, y: 20, z: 0}) is more likely to be excepted than foo(new DOMPath(20,20,0)).

OK.  Note that this can also be handled via having overloads that take 
dictionaries and interfaces, if you just want to allow passing both.

But yeah, using a dictionary plays nicer with pure-JS code in some ways...

-Boris

Received on Tuesday, 12 February 2013 02:35:36 UTC