From 7c99047c63474fb5092fa481a8a8d9ba0673d6ed Mon Sep 17 00:00:00 2001 From: Mike Sierra Date: Wed, 9 Oct 2013 17:21:14 -0400 Subject: [PATCH] EDIT & COMMENT on high-level object interfaces --- src/svg.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/svg.js b/src/svg.js index 073169f..c95256f 100644 --- a/src/svg.js +++ b/src/svg.js @@ -14,6 +14,7 @@ var Snap = (function() { Snap.version = "0.0.1"; +// SIERRA: this method appears to be missing from HTML output /*\ * Snap [ method ] @@ -23,7 +24,7 @@ Snap.version = "0.0.1"; - width (number|string) width of surface - height (number|string) height of surface * or - - dom (SVGElement) element to be wrapped into Snap structure + - DOM (SVGElement) element to be wrapped into Snap structure * or - query (string) CSS query selector = (object) @Element @@ -2369,6 +2370,7 @@ function make(name, parent) { el.type = name; return el; } +// SIERRA Is Paper() part of final interface, akin to Snap()? Document if so. function Paper(w, h) { var res, desc,