mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-13 12:31:51 +00:00
Previously, `SVGSVGBox` would have a natural aspect ratio of 0 if it had a viewbox with zero width. This led to a division by zero, causing a crash. Found by Domato.
1 line
No EOL
92 B
HTML
1 line
No EOL
92 B
HTML
<!DOCTYPE html><html><body><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 0 10"></svg> |