[cairo-commit] svgslides/test test.xml,1.2,1.3

Carl Worth commit at pdx.freedesktop.org
Sat Feb 12 20:00:48 PST 2005


Committed by: cworth

Update of /cvs/cairo/svgslides/test
In directory gabe:/tmp/cvs-serv4054/test

Modified Files:
	test.xml 
Log Message:

        * src/svgslides-4suite (find_height_content_node, transform_li)
        (transform_content_node): Add new <lc> tag, list-item
        continuation, as a shortcut for <li bullet=off>.

        * test/test.xml: test new <lc> tag.


Index: test.xml
===================================================================
RCS file: /cvs/cairo/svgslides/test/test.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- test.xml	13 Feb 2005 03:41:48 -0000	1.2
+++ test.xml	13 Feb 2005 04:00:46 -0000	1.3
@@ -27,6 +27,11 @@
 	<li>And now is the time...</li>
 	<li bullet="off">...to include an image:</li>
       </ul>
+      <ul>
+	<li>We also support manual line breaks...</li>
+	<lc>with the lc tag</lc>
+      </ul>
+      <ul>
       <img src="glider-blue.svg"
 	   x="1.0"
 	   y="0.5"




More information about the cairo-commit mailing list