Re: rel and absolute.

DPawson@rnib.org.uk wrote:


> I'm getting confused with the quadratic bezier form.
> 
> <path  d="M 10 10 l 10,10  c 0,20   40,0   0,-20" style='stroke:black;
> fill:none'/>
>  <path d="M 10 10 L 20,20  C 20,40  60,40  60,20"
>        style="stroke: red; fill:none"/>


Aren't the commands for quatratic Béziers Q/q, and T/t;
and C/c are for cubic Béziers?


Tobi


-- 
Neither simple nor complex matters are to be complicated.

Received on Tuesday, 9 April 2002 10:36:59 UTC