Cameron McCormack wrote:
Thomas DeWeese:

There is currently no development under way to implement this.
The initial implementation of use was wrong with regards to the
spec and fixing this is non-trivial (and the need is usually not obvious). I
have given thought to how it may be implemented properly but don't
expect it to be fixed by the Batik committers soon. Contributions
are always welcome.


Is the reason that the initial implementation is wrong is that the use'd
elements are actually cloned and not just referenced, so that a simple
getInstanceRoot function returning the element from the
SVGOMCSSImportedElementRoot wouldn't be correct?

Correct, the elements would not implement the ElementInstance interface, and changing the element referenced by the ElementInstance (if you were to just create them on the fly) wouldn't update all use instances.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to