[Webkit-unassigned] [Bug 51795] @transform not updated after changes are made to SVGTransformList

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 22 09:12:54 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=51795


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #6 from Dirk Schulze <krit at webkit.org>  2011-05-22 09:12:54 PST ---
I added
      var g = document.getElementsByTagName("g")[0];

in your 'reframe' function and took g instead of svgG and this affects the visual output. I guess you made a wrong assumption.
Nevertheless you seem to have more failures in your script. Right after scrolling all values turned to NaN. You should make sure that something like that never occurs before passing it to DOM.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list