Re: new SVGMatrix() should return the identity matrix

On Mon, Dec 2, 2013 at 2:56 PM, Robert O'Callahan <robert@ocallahan.org> wrote:
> Why can't some undefined parameters be declared to default to 1.0?
> JS-implemented APIs could do that.

It feels weird for that to happen.  It's possible, yeah, but if
you're, say, filling in each component with a function call that might
return null/undefined, it seems strange that some of them will go 0
when you pass undefined and some will go 1.

However, I don't think I've got a strong opinion against this.

~TJ

Received on Monday, 2 December 2013 23:08:01 UTC