RESOLVED INVALID 255929
Grid layout affects SVG rendering
https://bugs.webkit.org/show_bug.cgi?id=255929
Summary Grid layout affects SVG rendering
romain
Reported 2023-04-25 09:25:51 PDT
Using SVG's in a grid layout seems to alter the size of SVG sub elements. I expect all squares in this reproduction to have the same size. In other browsers they do have the same size, in Safari/Webkit they do not. reproduction : - https://github.com/romainmenke/safari-svg-display-grid-bug-0001 - https://romainmenke.github.io/safari-svg-display-grid-bug-0001/
Attachments
romain
Comment 1 2023-04-25 13:44:39 PDT
Correction, this does not seem related to display grid. This issue can be closed.
Sam Sneddon [:gsnedders]
Comment 2 2023-04-26 04:17:00 PDT
(In reply to romain from comment #1) > Correction, this does not seem related to display grid. > This issue can be closed. What do you believe this to be related to? At least for me https://romainmenke.github.io/safari-svg-display-grid-bug-0001/ looks the same across STP, Firefox Nightly, and Chrome Canary.
romain
Comment 3 2023-04-26 09:06:45 PDT
I initially came to the conclusion that this was related to grid, but I was fiddling with both the DOM structure and CSS properties simultaneously. I've updated the reproduction with new info : https://github.com/romainmenke/safari-svg-display-grid-bug-0001/blob/main/README.md I found that simply adding plain text before an SVG is sufficient to give child rect elements an incorrect size. I haven't tested with other types of child elements like a circle or paths. ---- Do you prefer that I file a new report, now that I better understand the issue? Personally I think that would be clearer than altering this report.
Sam Sneddon [:gsnedders]
Comment 4 2023-04-26 10:05:41 PDT
> Do you prefer that I file a new report, now that I better understand the issue? That seems reasonable, I think?
Note You need to log in before you can comment on or make changes to this bug.