[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

epix sample document



In the epix sample document, there is on page 5 an example where "swatch" is 
used. That didn't work, the rectangle wasn't filled, but the problem was 
solved with

fill();
rect(P(x,f(x)),P(x+dx,0));
fill(false);

Should swatch be used?

Gunnar.