Re: new SVGMatrix() should return the identity matrix

On 12/2/13 5:56 PM, Robert O'Callahan wrote:
> Why can't some undefined parameters be declared to default to 1.0?
> JS-implemented APIs could do that.

It's trivial to do in WebIDL as well.  Just make them optional with a 
default value or 1.0.

-Boris

Received on Monday, 2 December 2013 23:59:06 UTC