Images 💾

Last commit ⭐

commit a910c4d984559d704cec8b16971b85d1ecbe00d7
Author:     MacDue <macdue@dueutil.tech>
AuthorDate: Sat Jun 17 19:25:54 2023 +0100
Commit:     Sam Atkins <atkinssj@serenityos.org>
CommitDate: Sat Jun 17 22:25:26 2023 +0100

    LibWeb: Fix end position for objectBoundingBox SVG <radialGradient>s
    
    The translation to the bounding box location is handled by the gradient
    transform, also doing it here breaks things.
    
    This fixes the MDN <radialGradient> example.