[cairo-commit] svgslides/example example-title.svg, 1.1,
1.2 example.xml, 1.2, 1.3
Keith Packard
commit at pdx.freedesktop.org
Tue Apr 19 18:58:29 PDT 2005
Committed by: keithp
Update of /cvs/cairo/svgslides/example
In directory gabe:/tmp/cvs-serv7959/example
Modified Files:
example-title.svg example.xml
Log Message:
2005-04-20 Keith Packard <keithp at keithp.com>
* src/svgslides-4suite:
* example/example-title.svg:
* example/example.xml:
Use 'presentation' for presentation name so
every slide has access to it.
Search up tree for slide attributes.
Index: example-title.svg
===================================================================
RCS file: /cvs/cairo/svgslides/example/example-title.svg,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- example-title.svg 18 Apr 2005 06:28:27 -0000 1.1
+++ example-title.svg 20 Apr 2005 01:58:27 -0000 1.2
@@ -5,7 +5,7 @@
xmlns:ss="http://www.svgslides.org/svgslides0.1"
>
- <text ss:variable="title" x="512" y="80" font-size="80" text-anchor="middle">Slide Title</text>
+ <text ss:variable="presentation" x="512" y="80" font-size="80" text-anchor="middle">Slide Title</text>
<g ss:region="default" text-anchor="middle">
<rect x="512" y="250" width="2" height="400" fill="none" stroke="blue"/>
Index: example.xml
===================================================================
RCS file: /cvs/cairo/svgslides/example/example.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- example.xml 18 Apr 2005 06:28:27 -0000 1.2
+++ example.xml 20 Apr 2005 01:58:27 -0000 1.3
@@ -3,9 +3,9 @@
xmlns:svg="http://www.w3.org/2000/svg"
>
- <slides theme="example" title="Example Presentation">
+ <slides theme="example" presentation="Example Presentation">
- <slide variant="title" title="An Example Presentation">
+ <slide variant="title">
<ul>
<lc>Carl Worth</lc>
<lc>2005-04-18</lc>
More information about the cairo-commit
mailing list