NEW 139155
Changing the ID of an SVG element in the <defs> section should be reflected in the SVG if it has any element which is referencing the changed defined element.
https://bugs.webkit.org/show_bug.cgi?id=139155
Summary Changing the ID of an SVG element in the <defs> section should be reflected i...
Said Abou-Hallawa
Reported 2014-12-01 14:56:43 PST
Created attachment 242348 [details] dynamic changes to the element for a given ID are reflected in textPath Open the attached test file. Compare it with the expected file. They should be identical. Changing the ID of an element in the <defs> section should be reflected in the SVG if it has any element which is referencing the changed defined element. NOTE: The attached file is a test file imported from Mozilla svg test suite.
Attachments
dynamic changes to the element for a given ID are reflected in textPath (952 bytes, image/svg+xml)
2014-12-01 14:56 PST, Said Abou-Hallawa
no flags
Expected file (515 bytes, image/svg+xml)
2014-12-01 14:57 PST, Said Abou-Hallawa
no flags
Radar WebKit Bug Importer
Comment 1 2014-12-01 14:57:17 PST
Said Abou-Hallawa
Comment 2 2014-12-01 14:57:34 PST
Created attachment 242349 [details] Expected file
Ahmad Saleem
Comment 3 2022-07-14 11:25:45 PDT
I am able to reproduce this bug in Safari 15.5 on macOS 12.4 and Safari Technical Preview 148 using attached test case (named - dynamic changes...) while all other browsers (Chrome Canary 105 and Firefox Nightly 104) works as expected and matches with the output of "Expected file". Thanks!
Ryosuke Niwa
Comment 5 2023-07-27 10:25:46 PDT
This appears fixed in STP174.
Ahmad Saleem
Comment 6 2023-07-27 10:28:04 PDT
(In reply to Ryosuke Niwa from comment #5) > This appears fixed in STP174. I am still able to reproduce this on STP174. It does not show any text while Chrome Canary 117 show 'Should see this' as expected test file.
Ahmad Saleem
Comment 7 2023-07-27 10:35:31 PDT
(In reply to Ahmad Saleem from comment #6) > (In reply to Ryosuke Niwa from comment #5) > > This appears fixed in STP174. > > I am still able to reproduce this on STP174. > > It does not show any text while Chrome Canary 117 show 'Should see this' as > expected test file. OK, if I open 'Developer Tools' then the text start showing up. :-?
Note You need to log in before you can comment on or make changes to this bug.