SerenityOS build: Tuesday, March 12
Images 💾⌗
- serenity-x86_64-20240312-9aefc5c.img.gz (Raw image, 218.62 MiB)
Last commit ⭐⌗
commit 9aefc5c927be6202f49abca4d077f70657c097b2
Author: Andreas Kling <kling@serenityos.org>
AuthorDate: Mon Mar 11 15:34:24 2024 +0100
Commit: Andreas Kling <kling@serenityos.org>
CommitDate: Mon Mar 11 18:29:10 2024 +0100
LibWeb: Return a dummy value from various SVG getters
Instead of crashing with a TODO() on half of the test cases generated by
Domato, let's just return a zeroed-out SVGAnimatedLength or
SVGAnimatedNumber from getters that return them.
We'll eventually have to implement these correctly, but crashing is not
productive since it blocks us from finding other issues.
Other builds