Semicirles and size

If you're having trouble using Context Free or don't understand the language, ask for help here.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
Seyen
Posts: 8
Joined: Tue May 15, 2007 1:46 pm

Semicirles and size

Post by Seyen »

I want to make a perfect semicirle, whose elements shrink towards the end. I can do a perfectly well semicircle without the shrinking, like this

Code: Select all

rule blah{
180*[x 1 r 1]CIRCLE{}
}
But, if I try to shrink the CIRCLEs(with s .99 or something), the overall shape of the semicircle is broken.

How can I compensate for this? Is this possible at all?

User avatar
MtnViewJohn
Site Admin
Posts: 882
Joined: Fri May 06, 2005 2:26 pm
Location: Mountain View, California
Contact:

Post by MtnViewJohn »

I think the problem is the 'x 1' in your loop transform. If you shrink the circle then you need to reduce this displacement. Otherwise there will be a gap between your circles.

Post Reply