[cairo-commit] svgslides/test test.xml,1.5,1.6
Carl Worth
commit at pdx.freedesktop.org
Mon Jul 11 21:40:35 PDT 2005
Committed by: cworth
Update of /cvs/cairo/svgslides/test
In directory gabe:/tmp/cvs-serv28674/test
Modified Files:
test.xml
Log Message:
* src/svgslides-4suite: Add a nasty hack which provides a hash
table to map nodes to NodeAttribute objects so that we can
annotate new properties with set_mapped_attr and
get_mapped_attr. We used to just use assignment such as node.attr
= value, but that doesn't work with th C implementation of
Domlette, and the python implementation has gone away upstream.
* test/test.xml: Pulled the img tag outside the outside the ul
tag, since otherwise it gets placed incorrectly. This might likely
be a regression, but svgslides has never offered great
stability...
Index: test.xml
===================================================================
RCS file: /cvs/cairo/svgslides/test/test.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- test.xml 18 Apr 2005 05:34:42 -0000 1.5
+++ test.xml 12 Jul 2005 04:40:33 -0000 1.6
@@ -30,18 +30,16 @@
<li>We also support manual line breaks...</li>
<lc>with the lc tag</lc>
</ul>
- <ul>
- <img src="glider-blue.svg"
+ <img src="glider-blue.svg"
x="1.0"
y="0.5"
x-align="right"
y-align="center" />
- <img src="glider-blue.svg"
+ <img src="glider-blue.svg"
x="0.5"
y="1.0"
x-align="center"
y-align="bottom" />
- </ul>
</slide>
</slides>
More information about the cairo-commit
mailing list