Re: [whatwg] Rename the 7-arg arcTo() to ellipseTo()?

On Mon, Sep 24, 2012 at 6:59 AM, Rick Waldron <waldron.rick@gmail.com> wrote:
> Has there been any discussion about moving newly emerging APIs to a single
> "options object" formal parameter?

This discussion is in the context of the SVG <path> API, which is an
attribute microsyntax.  So, that's not possible for this.  ^_^

However, we discussed several ways to make path editting friendlier,
one of which was to expose a JSON representation both for getting and
setting paths or path segments.  So that's basically the same as just
adding a single options object.

~TJ

Received on Monday, 24 September 2012 17:34:43 UTC