JS BUG! PLEASE RELOAD!
PATH ARCS 2 by SLEEper


At the end of Part 1 we left off using the draw at the left. Making the oval go up and down vertically by changing the 1st. & 2nd. position numbers.
To make the oval horizontal you use/change only the 2 zeros in the position numbers to half the amount of the depth.
Depth on the example below is 40, so the 2nd zero would be changed to 20.




For the above example: 300x100 xc.
Left Draw. Red vertical = numbers after the //




Above: Right side draw.
Red horizontal = numbers after the //




Next I decided to put a red circle in the center of the oval.
M100 150 starting point
width/length of circle 200
Size of arc a50 50.

M100 = 100 pixels over from the left.
150 = 150 Down from the left.
Width/length of arc = 200
100 from left + 200 width/length = 300
That leaves 100 full length of bg.
Your Circle is now centered.


Red circle






Below: Next Example.



300x300 xc. Black circles starting from center.

Outer black circle = a75 75 full circle.
Again to help determine the Arc circle size, divide width & height by 4.
4 into 300 = 75
width = 300
height = 300

Red circle:




M25 150 = 25 from left
150 down starting point
250 width/length of circle
250 divided x 4 = 62
Arc size is a62 62

Center circles.




The last number in the position numbers has little to no effect.. I don`t mess with it at all.

Back to Arcs 1

© Copyright 2006, by SLEEper