RE: JSVGCanvas.setURI() vs. JSVGCanvas.setSVGDocument()?

2003-04-01 Thread Gavin . Walker
Thanks Shawn, Now I no longer use setSVGDocument() I do not need this. This "feature" is really bad form. On top of that the window browser window would grow even though the bounding box of the SVG had not. Gavin Walker CSIRO, Canberra Australia ---

RE: JSVGCanvas.setURI() vs. JSVGCanvas.setSVGDocument()?

2003-04-01 Thread shawn_hwang
Gavin, I think the following will allow you to "fix" the problem where the browser window gets bigger everytime a new document is loaded: http://koala.ilog.fr/batik/mlists/batik-users/archives/msg03075.html Now the question is, will the "feature" described in the link above be turned int

RE: JSVGCanvas.setURI() vs. JSVGCanvas.setSVGDocument()?

2003-04-01 Thread Gavin . Walker
Hi Vincent, While you are looking, I think I have identified another problem with setSVGDocument() and one without it. First when I test my application with 1.5b5 I got a problem where the browser window would get bigger everytime I loaded a new document. Now with setSVGDocument() removed this

RE: SVG->PDF transcoder issues

2003-04-01 Thread Trent Austin
Thomas: I did, and it works. Thanks! It appears, however, that my embedded stylesheet is being ignored. All the colors are gone (everything is b&w), and there are a few problems with fonts: 1) they're all outline fonts, regardless of what I set my fill or stroke to in the SVG; 2) they are sc

RE: SVG->PDF transcoder issues

2003-04-01 Thread Thomas E Deweese
> "TA" == Trent Austin <[EMAIL PROTECTED]> writes: TA> I'm having a problem getting the transcoder to run to TA> convert an SVG file to PDF. Here's my setup: TA> OS: Windows XP Professional JDK: 1.3.1_07 Batik: 1.1.1 FOP: 0.20.4 Hmm, I suggest trying out the 1.5b5 release of Batik which

SVG->PDF transcoder issues

2003-04-01 Thread Trent Austin
Hi, all. I'm having a problem getting the transcoder to run to convert an SVG file to PDF. Here's my setup: OS: Windows XP Professional JDK: 1.3.1_07 Batik: 1.1.1 FOP: 0.20.4 Everything is installed properly, to the best of my knowledge. However, I'm getting errors when I try to run the trans

AW: Memory Assignment to Batik

2003-04-01 Thread Lolling, Jan
try JVM Option -Xmx128m for 128MByte maximum RAM Jan -Ursprungliche Nachricht- Von: Ricky Prasla [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 1. April 2003 18:56 An: [EMAIL PROTECTED] Betreff: Memory Assignment to Batik Hi all, I am trying to create jpg tiles for a huge SVG file(18

Memory Assignment to Batik

2003-04-01 Thread Ricky Prasla
Hi all, I am trying to create jpg tiles for a huge SVG file(18 MB) using a java servlet(from the batik website). When I run the servlet with the svg file I get this error: Exception in thread "main" java.lang.OutOfMemoryError I am running the servlet on linux Sun Cobalt Qube 3 with Batik 1.5,

RE: JSVGCanvas.setURI() vs. JSVGCanvas.setSVGDocument()?

2003-04-01 Thread Gavin . Walker
Vincent, We have had this problem since at least b4 if not since batik 1.5. I have now removed every setSVGDocument() from our code and everything is beautiful. :) I have attached some sample code and svg document. Use "load" button to load the document "Visi ON." to turn the top row on "Visi

Re: JSVGCanvas.setURI() vs. JSVGCanvas.setSVGDocument()?

2003-04-01 Thread Vincent Hardy
Hello Gavin, [EMAIL PROTECTED] wrote: Hi Vincent, We have been having awful trouble getting dynamic updates to work. This message tipped us off. Is that with beta5 only or have you seen this problem for a while? If so, would you know when it started? > We load our initial documents using se