>>> "John" == John Ellson <[EMAIL PROTECTED]> writes:
> Akim, Hi, > Thanks for the report. > Apparently xfig draws all ellipses before polygons so if they are > at the same depth the background polygon will obscure the ellipses. > Fix is to use depth=1 for polygons and depth=0 for ellipses. I don't know what polygon you are referring to. Giving depth=0 to me nodes didn't change it. > This is fixed in CVS (upstream). > One workaround for now is to not use ellipses. > Another is to remove the background polygon from the .fig output, > perhaps with sed. > Its the two lines near the top of the file that will look like (mod > coord values): > 2 3 0 1 7 7 1 0 20 0.0 0 0 0 0 0 5 > 600 4483 600 600 7433 600 7433 4483 600 4483 Thanks a lot, this fixed my problem. perl -0777 -pe 's/^2 3 0.*\n.*\n//m' _build/color-me-2007.fig > _build/color-me-2007-2.fig Thanks! -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]