I'm trying to create a "parrallel" bezier curve. In my attempts I've gotten close but no cigar. I'm trying to keep a solid 1px offset between the 2 curves (red,blue).

My main goal is use a edge offseting algorythm to expand/shrink a svg path.
Solution
For anyone else who is looking for a solution, I've create a AS3 version.
http://seant23.wordpress.com/2010/11/12/offset-bezier-curves/
0,0 to 2,2 to 0,2, then copy the curve into an image and redraw centered on4,4(instead of2,2), would that not give a 1px offset? – warren Nov 10 '10 at 20:59