[lasem] tests: new hsl test file.



commit 20a44f946ccac4e511f1343beb7d22d41b8c04c3
Author: Emmanuel Pacaud <emmanuel gnome org>
Date:   Fri Oct 26 23:45:59 2012 +0200

    tests: new hsl test file.

 tests/data/svg/suite/fill/hsl-ref.svg |  Bin 0 -> 251 bytes
 tests/data/svg/suite/fill/hsl.svg     |   21 +++++++++++++++++++++
 2 files changed, 21 insertions(+), 0 deletions(-)
---
diff --git a/tests/data/svg/suite/fill/hsl-ref.svg b/tests/data/svg/suite/fill/hsl-ref.svg
new file mode 100644
index 0000000..d37b920
Binary files /dev/null and b/tests/data/svg/suite/fill/hsl-ref.svg differ
diff --git a/tests/data/svg/suite/fill/hsl.svg b/tests/data/svg/suite/fill/hsl.svg
new file mode 100644
index 0000000..e3b6e7c
--- /dev/null
+++ b/tests/data/svg/suite/fill/hsl.svg
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+
+<svg xmlns="http://www.w3.org/2000/svg"; width="70" height="70">
+    <rect x="10" y="10" width="10" height="10" fill="red"/>
+    <rect x="20" y="10" width="10" height="10" fill="hsl(0,100%,50%)"/>
+    
+    <rect x="10" y="30" width="10" height="10" fill="lime"/>
+    <rect x="20" y="30" width="10" height="10" fill="hsl(120,100%,50%)"/>
+
+    <rect x="10" y="50" width="10" height="10" fill="blue"/>
+    <rect x="20" y="50" width="10" height="10" fill="hsl(240,100%,50%)"/>
+
+    <rect x="40" y="10" width="10" height="10" fill="indigo"/>
+    <rect x="50" y="10" width="10" height="10" fill="hsl(275, 100%, 25%)"/>
+
+    <rect x="40" y="30" width="10" height="10" fill="olive"/>
+    <rect x="50" y="30" width="10" height="10" fill="hsl(60, 100%, 25%)"/>
+
+    <rect x="40" y="50" width="10" height="10" fill="darkgray"/>
+    <rect x="50" y="50" width="10" height="10" fill="hsl(0, 0%, 66%)"/>
+</svg>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]