Re: org/mozilla/javascript/optimizer Batik hangs?

2004-10-08 Thread Stan Dickerson
I got the same result with both files (Index.svg & AHU_Index.svg) uncompressed or compressed. openStreamInternal() hangs at contentType = urlC.getContentType() until I close the applet window when it continues normally (I get the rest of the print statements in the Java console). I see getContent

SVG pretty printer bug

2004-10-08 Thread Archie Cobbs
I have two SVG files, one of which is simply a pretty printed version of the other (i.e., they have the exact same XML tag structure), yet Batik displays them differently. This seems to be because the original contains these tags ... and the pretty printer is inserting space between the

Re: org/mozilla/javascript/optimizer Batik hangs?

2004-10-08 Thread Thomas DeWeese
Hi Stan, Well, I'm pretty much out of ideas. It looks to me like it's a problem with the server. You said you had tried 'svgz' - does that mean that you replaced the index file with a gzipped version? It seems like that is the most logical problem source (Batik asks for gzip if you have it an

Re: Problem Using the getIntersectionList method

2004-10-08 Thread Thomas DeWeese
Hi, I just delivered it. You can pick it up tomorrow from the nightly build or you can get it from CVS immediately. TJ Teegan wrote: Thanks a ton. I am assuming I should keep checking the nightly builds listed in the CVS Repository for the next release. Is that true? Thanks again, TJ Teega

Re: Problem Using the getIntersectionList method

2004-10-08 Thread TJ Teegan
Thanks a ton. I am assuming I should keep checking the nightly builds listed in the CVS Repository for the next release. Is that true? Thanks again, TJ Teegan From: Andreas Neumann <[EMAIL PROTECTED]> Reply-To: "Batik Users" <[EMAIL PROTECTED]> To: Batik Users <[EMAIL PROTECTED]> Subject: Re: P

Re: Problem Using the getIntersectionList method

2004-10-08 Thread Andreas Neumann
good to hear. looking forward to using getIntersectionList() - I think it will be a very useful feature for webmapping applications. Andreas Thomas DeWeese wrote: Hi TJ, TJ Teegan wrote: I am trying to find all the elements in a given area. I am assuming I should be using the getIntersectionLis