Thomas DeWeese:
>I think this is safe, it probably used a soft reference just so the
> live attribute would be GC'ed - since it did not use to hold any
> 'useful' information, it just provided a different interface to the
> DOM attribute. I'll try and look at it a little closer later on.
I se
Hi Cameron,
Cameron McCormack wrote:
My implementation of animation is (slowly) progressing. I noticed just
now a bug in my program where some elements were forgetting their
animated attribute values. I see that dom.svg.AbstractElement is using
a SoftDoublyIndexedTable to store the (namespace,
Hi Thomas.
My implementation of animation is (slowly) progressing. I noticed just
now a bug in my program where some elements were forgetting their
animated attribute values. I see that dom.svg.AbstractElement is using
a SoftDoublyIndexedTable to store the (namespace, localName,
LiveAttributeVal