[librsvg] Should commit with 20dd6a3ae7fa5fcddfbcf3bcfc39d8783890135d.



commit c9a143f29b24e4ae98cab0c115230a47520857a7
Author: Hiroyuki Ikezoe <hiikezoe gnome org>
Date:   Tue Apr 27 20:49:46 2010 +0900

    Should commit with 20dd6a3ae7fa5fcddfbcf3bcfc39d8783890135d.

 tests/fixtures/styles/important.svg |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/tests/fixtures/styles/important.svg b/tests/fixtures/styles/important.svg
new file mode 100644
index 0000000..0259295
--- /dev/null
+++ b/tests/fixtures/styles/important.svg
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns:svg="http://www.w3.org/2000/svg"; xmlns="http://www.w3.org/2000/svg"; version="1.0" width="128" height="128">
+<style type="text/css"> 
+<![CDATA[
+rect {fill: white !important;}
+.blue {fill: blue !important;}
+#red {fill: red !important;}
+]]>
+</style>
+  <rect class="blue" id="red" x="0" y="0" width="10" height="10"/>
+  <rect class="blue" id="blue" x="20" y="20" width="10" height="10"/>
+  <rect id="white" fill="black !important" x="40" y="40" width="10" height="10"/>
+</svg>



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