[whatwg] Rename the 7-arg arcTo() to ellipseTo()?
Tab Atkins Jr.
jackalmage at gmail.com
Mon Sep 24 10:32:07 PDT 2012
On Mon, Sep 24, 2012 at 6:59 AM, Rick Waldron <waldron.rick at 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
More information about the whatwg
mailing list