Page 1 of 1

Semicirles and size

Posted: Sun Sep 02, 2007 11:49 am
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?

Posted: Sun Sep 02, 2007 7:12 pm
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.