RESOLVED FIXED 66183
problems with SVGTransformList of transform attribute
https://bugs.webkit.org/show_bug.cgi?id=66183
Summary problems with SVGTransformList of transform attribute
Jesse van Dam
Reported 2011-08-13 01:38:06 PDT
Created attachment 103856 [details] test case showing the bug bug found while using the chromium browser version 12.0.742.112 When creating a <g> element and adding a <text> element wich contains some text the g.transform.baseVal.getItem(0) gets set to a new/other instance. See the attached script for more details
Attachments
test case showing the bug (2.83 KB, application/xhtml+xml)
2011-08-13 01:38 PDT, Jesse van Dam
no flags
Jesse van Dam
Comment 1 2011-08-14 02:26:56 PDT
Changed priority to critical, because after making a work around for this bug in my webapp, webkit started to crash. This seems to be caused by a memory corruption bug. As soon I have time will try to make a test script showing webkit crash in chrome.
Philip Rogers
Comment 2 2011-11-08 17:36:11 PST
I was unable to reproduce this bug with Chrome 15.0.874.106 Linux (WebKit @r98043) or WebKit @r99625 (2011-11-8). I was also unable to repro with WebKit @r93015 (2011-08-13). If you are still hitting this bug do you mind providing additional details?
Nikolas Zimmermann
Comment 3 2019-09-02 02:29:24 PDT
I retested with current master several times -- the bug is long fixed. We have existing tests covering the modification of the transform attribute, e.g. dynamic-updates/SVGTextElement-svgdom-transform-prop.html
Note You need to log in before you can comment on or make changes to this bug.