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).>
It's not possible in general to represent the offset of a cubic Bezier curve as a cubic Bezier curve (specifically, this is problematic when you have cusps or radius of curvature close to the offset distance). However, you can approximate the offset to any level of accuracy.
Try this:
I haven't implemented an offset (because the kernels I use already have one), but this seems like something to try.