Request/proposal a SVG API for the canvas; var ctx = canvas.getcontext("svg");

I know it's a lot easier to request then to accept that request and make it happen...

I would also like to proposal that for:
·    M = moveto
·    L = lineto
·    H = horizontal lineto
·    V = vertical lineto
·    C = curveto
·    S = smooth curveto
·    Q = quadratic Bézier curve
·    T = smooth quadratic Bézier curveto
·    A = elliptical Arc
·    Z = closepath
For the letter, also have the option of using the word that defined it, and plus… I mean what was ya’ll thinking, I mean no disrespect to none of you but… T for smooth quadratic Bezler curveto, I would rather had use sqbc for a reference point then T…. And also the abbreviations of all of these as also an optional choice:     
·    M/MT/mt = moveto
·    L/LT/lt = lineto
·    HL/hl = horizontal lineto
·    VL/vl = vertical lineto
·    C/CT/ct = curveto
·    SC/sc = smooth curveto
·    QBC/qbc = quadratic Bézier curve
·    SQBC/sqbc = smooth quadratic Bézier curveto
·    EA/ea = elliptical Arc
·    CP/cp = closepath
Note: that the slash (/) mean optional as well.
 
AND SVG API CANVAS!!! I understand that it would be a process, but for the time being, how about transferring the data into canvas's native data, but still able to manipulate the image with SVG syntax. making it similar to typing the 2d context canvas as well.

Received on Saturday, 24 May 2014 21:48:29 UTC