08.08.14, 15:24
here is an svg example that draws a simple curve path.
M = moveto
C = curveto
how can i translate the svg curve path to scriptographer and access the points?
hm. i actually was asking how to draw a curve path in scriptographer. the svg was only an example. and yes you are correct about the x and y pairing. i basically wanted a example translation. or at least an example which siply draws a curve path and access the points and prints them out. something very basic. thanks alot.