Tests/LibWeb: Update reference for svg-gradient-spreadMethod.html

This commit is contained in:
MacDue 2023-08-21 23:11:08 +01:00 committed by Andreas Kling
parent bf55b49070
commit 4ad0ac465e
Notes: sideshowbarker 2024-07-17 03:03:15 +09:00
2 changed files with 0 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View file

@ -53,9 +53,6 @@
<rect x="10" y="230" width="200" height="40" fill="url(#LinearPad)" />
<rect x="10" y="280" width="200" height="40" fill="url(#LinearReflect)" />
<rect x="10" y="330" width="200" height="40" fill="url(#LinearRepeat)" />
<!-- FIXME: The following three gradients are not correctly rendered
(see FIXME in GradientPainting.cpp/create_radial_gradient_between_two_circles())
-->
<rect fill="url(#RadialPadFocalOffCenter)" x="10" y="380" width="100" height="100" />
<rect fill="url(#RadialReflectFocalOffCenter)" x="10" y="490" width="100" height="100" />
<rect fill="url(#RadialRepeatFocalOffCenter)" x="120" y="490" width="100" height="100" />