jan_flanders

Untitled

Jan 5th, 2013
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.             //graphics.moveTo(36.864, 880.64);//is not for moveTo but the control point for the implicit close curve
  2.             //graphics.curveTo(36.864, 880.64, 36.864, 763.904);// is not curveTo but ax and ay are the coords for the first moveTo
  3.             graphics.moveTo(36.864, 763.904);//manually added/adjusted
  4.             graphics.curveTo(36.864, 647.168, 117.76, 570.367);
  5.             graphics.curveTo(198.656, 493.568, 315.392, 493.568);
  6.             graphics.curveTo(433.152, 493.568, 514.048, 570.367);
  7.             graphics.curveTo(594.944, 647.168, 594.944, 763.904);
  8.             graphics.curveTo(594.944, 880.64, 513.536, 958.464);
  9.             graphics.curveTo(432.128, 1036.288, 315.392, 1036.288);
  10.             graphics.curveTo(198.656, 1036.288, 117.76, 958.464);
  11.             //graphics.curveTo(198.656, 1036.288, 36.864, 880.64);//curveTo back to start is wrong here because start was the controlpoint
  12.             graphics.curveTo(36.864, 880.64, 36.864, 763.904);//manually added/adjusted
Advertisement
Add Comment
Please, Sign In to add comment