| D | raphael.vml.js | 62 compensation = function (deg, dx, dy) { argument 64 m.rotate(-deg, .5, .5); 70 setCoords = function (p, sx, sy, dx, dy, deg) { argument 86 s.rotation = deg * (sx * sy < 0 ? -1 : 1); 87 if (deg) { 88 var c = compensation(deg, dx, dy); 101 c = compensation(deg, m.x(fillpos[0], fillpos[1]), m.y(fillpos[0], fillpos[1])); 440 deg: 0, property 499 elproto.rotate = function (deg, cx, cy) { argument 503 if (deg == null) { [all …]
|