Re: Can't find Batik JAR

2003-12-13 Thread Thomas DeWeese
Mark McKay wrote: I've downloaded the Batik 1.5 binary from http://archive.apache.org/dist/xml/batik/batik-1.5.zip, but can't locate the JAR with the core utilities such as SVGCancas. All the jars seem to contain supplimentary files. Hi Mark, What is core and what is supplementary depends

Re: Web request -> XSL -> SVG -> Batik -> PNG response

2003-12-13 Thread Thomas DeWeese
Dwayne Schultz wrote: I am trying to figure out the easiest way to take the result of an XSL transformation, through Batik, then send the resulting PNG file to a web client. [...] Looking at the code the error below should only happen if you have two 'elements' at the top level of the sou

Re: FlowText

2003-12-13 Thread Thomas DeWeese
Guillaume Pothier wrote: It seems that flowtext and associated elements (flowregion, flowpara, etc.) do not update the GVT tree in response to DOM events. At least, changing to position/size of a rectangle within the flowregion, and changing the content of a flowpara, dont trigger GVT updates.

Re: FlowText

2003-12-13 Thread Thomas DeWeese
Guillaume Pothier wrote: Is it planned to support flow regions other than rectangles? I have been working on a more complete implementation of FlowText. It will support Bidirectional text and stuff like that (if I ever finish it). It is quite complex.

Re: flowText and MultiPage capabilities

2003-12-13 Thread Kevin Maione
I am using the flowtext extensions and have the identical requirement and was wondering if anyone had figured out a way to determine if text had not been rendered (in other words flowed outside the region). An event that notifies me of this would be nice but I would be happy to iterate over the

Re: Web request -> XSL -> SVG -> Batik -> PNG response

2003-12-13 Thread Dwayne Schultz
On Dec 13, 2003, at 05:55, Thomas DeWeese wrote: Looking at the code the error below should only happen if you have two 'elements' at the top level of the source document. Alternatively if the Xerces document doesn't return the true root of the document from getDocumentElement(). So my guess is

Re: Web request -> XSL -> SVG -> Batik -> PNG response

2003-12-13 Thread Thomas DeWeese
Hi Dwayne, Dwayne Schultz wrote: Can you confirm that Batik should be able to take a Xerces DOM document and that creating a SVGDOMDocument is unnecessary? Should yes, I don't know that I personally have used a Xerces DOM. If you can provide a sample app I can run it and see exactly what i

Re: FlowText

2003-12-13 Thread Guillaume Pothier
Great! Will there be a 1.6 version of Batik? Thomas DeWeese wrote: Guillaume Pothier wrote: Is it planned to support flow regions other than rectangles? I have been working on a more complete implementation of FlowText. It will support Bidirectional text and stuff like that (if I ever finish