From: Christoph B. <c_...@in...> - 2004-04-24 17:51:46
|
Hi, > That's really cool! > > Since I don't like to use functors, I translated it into a functor-free > version. > The difference is that you need to create the symbol_table using > Symbols.make_table. Sorry about my complains, your modifications are fine, of course. Regards, Christoph Bauer -- beginfig(1)u=3cm;draw fullcircle scaled 2u;x0=x1=y1=x2=y3=0;-y0=y2=x3=1u; filldraw z0..{left}z1{left}..z2{curl 1}..z3..z0..cycle;def t(expr p)=fullcircle scaled .25u shifted(0,p*u);enddef;unfill t(.5);fill t(-.5);endfig;bye |