From 8ff6239d4f34f7aec63e3a28dab69e3a4d79a6ad Mon Sep 17 00:00:00 2001 From: MacDue Date: Sun, 23 Apr 2023 01:34:28 +0100 Subject: [PATCH] Base: Add SVG gradients test page --- Base/res/html/misc/svg-gradients.html | 78 +++++++++++++++++++++++++++ Base/res/html/misc/welcome.html | 1 + 2 files changed, 79 insertions(+) create mode 100644 Base/res/html/misc/svg-gradients.html 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