Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //graphics.moveTo(36.864, 880.64);//is not for moveTo but the control point for the implicit close curve
- //graphics.curveTo(36.864, 880.64, 36.864, 763.904);// is not curveTo but ax and ay are the coords for the first moveTo
- graphics.moveTo(36.864, 763.904);//manually added/adjusted
- graphics.curveTo(36.864, 647.168, 117.76, 570.367);
- graphics.curveTo(198.656, 493.568, 315.392, 493.568);
- graphics.curveTo(433.152, 493.568, 514.048, 570.367);
- graphics.curveTo(594.944, 647.168, 594.944, 763.904);
- graphics.curveTo(594.944, 880.64, 513.536, 958.464);
- graphics.curveTo(432.128, 1036.288, 315.392, 1036.288);
- graphics.curveTo(198.656, 1036.288, 117.76, 958.464);
- //graphics.curveTo(198.656, 1036.288, 36.864, 880.64);//curveTo back to start is wrong here because start was the controlpoint
- graphics.curveTo(36.864, 880.64, 36.864, 763.904);//manually added/adjusted
Advertisement
Add Comment
Please, Sign In to add comment