d3/examples/spline
Jason Davies 1c2546050f Simplify path handling.
There will always be a single <path> element, so no need to handle enter, update
and exit cases.  WebKit seems to erroneously warn (in the error console) that it
can't parse `d=""`.  I can't see anything in the SVG spec disallowing an empty
`d` attribute so I think this is safe to ignore.
2011-04-29 10:14:15 +01:00
..
spline.css Move spline editor to standalone directory. 2011-04-27 21:11:55 +01:00
spline.html Move spline editor to standalone directory. 2011-04-27 21:11:55 +01:00
spline.js Simplify path handling. 2011-04-29 10:14:15 +01:00