Re: SoftDoublyIndexedTable for storing LiveAttributeValues

2004-02-06 Thread Cameron McCormack
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

Re: SoftDoublyIndexedTable for storing LiveAttributeValues

2004-02-06 Thread Thomas DeWeese
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,

SoftDoublyIndexedTable for storing LiveAttributeValues

2004-02-05 Thread Cameron McCormack
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