Chapter 4: Elliptical Curves
by swesh
JavaScript
var paper = Raphael(0, 0, 500, 4000);
var curve = paper.path("M250,150 A100,50 0 1,0 250,250")
.attr({"stroke-width": 2, stroke: "red"});
by swesh
var paper = Raphael(0, 0, 500, 4000);
var curve = paper.path("M250,150 A100,50 0 1,0 250,250")
.attr({"stroke-width": 2, stroke: "red"});