Trigonometrischen Funktionen, wie z.B.
xFunc = function (t) { return t; }
yFunc = function (t) { return Math.sin(t); }
Es wird z.B. verwendet:
stroke_style: "#000",
fill_style: "#aaa",
use_scale: true, xScale: 0.75, yScale: 1.5,
use_shift: true, xShift: 0, yShift: -0.5,
use_rotate: true, xFix: 0, yFix: -1, rotation_deg: -22.5