From a93ba23e1008eea02b0ca66dcc50f3f4d75f1bfa Mon Sep 17 00:00:00 2001 From: MacDue Date: Sun, 20 Aug 2023 15:47:01 +0100 Subject: [PATCH] Base: Add some examples of SVG gradients with different spreadMethods The radial gradients here are rendered correctly as focal radius is zero, so the focal point is the center of the start circle. --- Base/res/html/misc/svg-gradients.html | 72 +++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/Base/res/html/misc/svg-gradients.html b/Base/res/html/misc/svg-gradients.html index 2eaa9b1357..ddc0019621 100644 --- a/Base/res/html/misc/svg-gradients.html +++ b/Base/res/html/misc/svg-gradients.html @@ -48,6 +48,78 @@
+MDN spreadMethod example:
+ + + + + + + + + + + + + + + + + + + + Pad + + + Repeat + + + Reflect + + +

Simple radialGradient gradientUnits=objectBoundingBox