Cloned 'use' subtrees ids

2005-03-03 Thread Marcel Ruff
Hi, i have just seen a commit for cloned subtree id's. As i need such clones i have some questions about it: - How do the ID change when a clone is made, does the standard specify this? - Is the current batik code handling 'use' clones and how are the unique ids handled? Thanks Marcel

Re: Cloned 'use' subtrees ids

2005-03-03 Thread Thomas DeWeese
Marcel Ruff wrote: i have just seen a commit for cloned subtree id's. Well, the commit turned off id's for the cloned subtrees. As i need such clones i have some questions about it: - How do the ID change when a clone is made, does the standard specify this? No, according to the

Re: Cloned 'use' subtrees ids

2005-03-03 Thread Marcel Ruff
Thomas DeWeese wrote: Marcel Ruff wrote: i have just seen a commit for cloned subtree id's. Well, the commit turned off id's for the cloned subtrees. As i need such clones i have some questions about it: - How do the ID change when a clone is made, does the standard specify this? No,

Re: Cloned 'use' subtrees ids

2005-03-03 Thread Marcel Ruff
Thomas DeWeese wrote: Hi Marcel, Sounds cool! It is cool, using a MOM like xmlBlaster and a GUI based on batik SVG is the top cool generic, real time, massively distributed way to go ... Marcel Ruff wrote: I have an airplane radar view. I have some little airplane symbols drawn with svg (like

compile errors

2005-03-03 Thread Denis Bohm
I downloaded the Batik source code and am getting a lot of compile errors. For example, in StaticRenderer: public StaticRenderer(RenderingHints rh, AffineTransform at){ renderingHints = new RenderingHints(rh); usr2dev = new AffineTransform(at); }