|
From: Daniel J S. <dan...@ie...> - 2007-01-26 05:47:53
|
Here's one thing to consider. I noticed that in this fill between example where the antialiasing filter filters out the pattern leaving the area between curves blank there is the key sample which appears even though the fill between curves doesn't. The sample and the fill are done two different ways. The sample looks like: 6479 4452 399 70 40 45 2 PatternFill I replaced that with something looking more like what is used for the fill: gsave 6479 4452 N 0 70 V 399 0 V 0 -70 V Pattern2 fill grestore which makes the fill behave and appear similar. Is it worth changing this? Dan |