diff -r 000000000000 -r 1918ee327afb examples/painting/svgviewer/files/cubic.svg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/painting/svgviewer/files/cubic.svg Mon Jan 11 14:00:40 2010 +0000 @@ -0,0 +1,77 @@ + + + Example cubic02 - cubic Bezier commands in path data + Picture showing examples of "C" and "S" commands, + along with annotations showing the control points + and end points + + + + + + + + + + + + M100,200 C100,100 400,100 400,200 + + + + + + + + + + M100,500 C25,400 475,400 400,500 + + + + + + + + + + M100,800 C175,700 325,700 400,800 + + + + + + + + + + M600,200 C675,100 975,100 900,200 + + + + + + + + + + M600,500 C600,350 900,650 900,500 + + + + + + + + + + + + + + + M600,800 C625,700 725,700 750,800 + S875,900 900,800 +