Hi,
When i try to convert or try to view my svg file using batik-1.5 i am
getting this error. can u please give me a solution for this.
org.apache.batik.transcoder.TranscoderException: null
Enclosed Exception:
The current document is unable to create an element of the requested type
(names
pace:
Reinhard Brandstädter wrote:
Hi!
I'm just playing around with Java Scripting and Event Handling but I
think I'm missing a basic understanding of when to register event
Listeners.
When I create a whole dom tree document is it possible to register
listeners when I create and add elements to the
hi,
you could do something like this:
- since JSVGCanvas is a JComponent, you can add mouse listener
- on the mouse click event
SVDocument doc = canvas.getSVGDocument();
// create the image
SVGImageElement imgElt = (SVGImageElement)doc.createElement("img");
// set the image attribute
imgElt.setAtt
Hi!
I'm just playing around with Java Scripting and Event Handling but I
think I'm missing a basic understanding of when to register event Listeners.
When I create a whole dom tree document is it possible to register
listeners when I create and add elements to the tree so that the
listeners ca
Potts, David wrote:
I have an application with batik in an SVG canvas inside a scroll pane,
I have it set up so that it's possible to zoom in and out.
I also overlay on top several JComponents that zoom in sequence with the
Batik image.
When you zoom in on a Batik image, if there is enoug
Rolf Jordi wrote:
Hi,
i have to do a editor for svg file.
i use the JSVGCanvas to display my svg file and i have add EventListener
to all the Elements i want to edit but the even cannt be fired on some
element because they are very thin(the element are
paths) . It works on some element than are l
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Please look at:
http://xml.apache.org/batik/#BatikStatus
On Tuesday 07 October 2003 22:24, Reinhard Brandstädter wrote:
> I'm not sure but does Squiggle support animation?
> I'm interested in adding SVG animation to some of my graphics and tried
> wit
Thomas DeWeese wrote:
> I will probably fix this problem with BridgeContext disposal shortly
> (over the weekend) so you could just wait for that (I think
> UpdateManagerStopped should signal that the Canvas is done with the
> document).
That works for me. Thanks again, Thomas!
-
I have an application with batik in an SVG canvas inside a
scroll pane, I have it set up so that it's possible to zoom in and out.
I also overlay on top several JComponents that zoom in sequence
with the Batik image.
When you zoom in on a Batik image, if there is enough space
Hi,
i have to do a editor for svg file.
i use the JSVGCanvas to display my svg file and i have add EventListener
to all the Elements i want to edit but the even cannt be fired on some
element because they are very thin(the element are
paths) . It works on some element than are larger.
I am lookin
George Armhold wrote:
Thomas DeWeese wrote:
> Hmm, there is a problem with this. The BridgeContext isn't disposed
> of until after all the managerStopped Listeners have been called. I
> don't think this is correct behavior, but until it's fixed you will
> actually have to hang your listener
Thomas DeWeese wrote:
> Hmm, there is a problem with this. The BridgeContext isn't disposed
> of until after all the managerStopped Listeners have been called. I
> don't think this is correct behavior, but until it's fixed you will
> actually have to hang your listener off the document load or g
12 matches
Mail list logo