diff --git a/Base/res/html/misc/svg-gradients.html b/Base/res/html/misc/svg-gradients.html
new file mode 100644
index 0000000000..c1a474716e
--- /dev/null
+++ b/Base/res/html/misc/svg-gradients.html
@@ -0,0 +1,78 @@
+
+
Some simple SVG gradient test cases
+Linear gradient using percentages + inline CSS, gradientUnits=objectBoundingBox
+
+
+Linear gradient using numbers, gradientUnits=objectBoundingBox
+
+
+Linear gradient with gradientUnits=userSpaceOnUse using numbers
+
+
+Linear gradient with gradientUnits=userSpaceOnUse using percentages
+
+
+Linear gradient scaled by viewbox
+
+
+Linear gradient with gradientTransform
+
+
+Linear gradient + transform
+
diff --git a/Base/res/html/misc/welcome.html b/Base/res/html/misc/welcome.html
index 03c0ecb340..b2fd829703 100644
--- a/Base/res/html/misc/welcome.html
+++ b/Base/res/html/misc/welcome.html
@@ -71,6 +71,7 @@
pre
svg
svg transforms
+ svg gradients/a>
svg preserveAspectRatio
small
link