[cairo-commit] svgslides/example default.svg, 1.8, NONE example-inverse.svg, NONE, 1.1 example-title.svg, NONE, 1.1 example.svg, NONE, 1.1 example.xml, 1.1, 1.2

Carl Worth commit at pdx.freedesktop.org
Sun Apr 17 23:28:29 PDT 2005


Committed by: cworth

Update of /cvs/cairo/svgslides/example
In directory gabe:/tmp/cvs-serv4643/example

Modified Files:
	example.xml 
Added Files:
	example-inverse.svg example-title.svg example.svg 
Removed Files:
	default.svg 
Log Message:

        * example/Makefile:
        * example/default.svg:
        * example/example-inverse.svg:
        * example/example-title.svg:
        * example/example.svg:
        * example/example.xml: Rename example stuff from test to
        example. Use new theme-variation.svg naming for themes.


--- default.svg DELETED ---

--- NEW FILE: example-inverse.svg ---
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg version="1.0" width="1024" height="768"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   xmlns:ss="http://www.svgslides.org/svgslides0.1"
   >

  <rect x="0" y="0" width="1024" height="768" fill="black" />

  <text fill="white" ss:variable="title" x="512" y="80" font-size="80" text-anchor="middle">Slide Title</text>

  <g ss:region="default">
    <rect x="100" y="120" width="824" height="550" fill="none" stroke="blue"/>
    <text fill="white" font-size="40" x="100" y="160">Author, Date, etc.</text>
  </g>

  <text ss:variable="footer" x="100" y="700" font-size="20" fill="green">Footer</text>

</svg>

--- NEW FILE: example-title.svg ---
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg version="1.0" width="1024" height="768"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   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>

  <g ss:region="default" text-anchor="middle">
    <rect x="512" y="250" width="2" height="400" fill="none" stroke="blue"/>
    <text fill="black" font-size="40" x="512" y="290">Default region</text>
  </g>

</svg>

--- NEW FILE: example.svg ---
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg version="1.0" width="1024" height="768"
   xmlns="http://www.w3.org/2000/svg"
   xmlns:xlink="http://www.w3.org/1999/xlink"
   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>

  <g ss:region="default">
    <rect x="100" y="120" width="824" height="550" fill="none" stroke="blue"/>
    <text fill="black" font-size="40" x="100" y="160">Default region</text>
  </g>

  <text ss:variable="footer" x="100" y="700" font-size="20" fill="green">Footer</text>

</svg>

Index: example.xml
===================================================================
RCS file: /cvs/cairo/svgslides/example/example.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- example.xml	18 Apr 2005 05:34:42 -0000	1.1
+++ example.xml	18 Apr 2005 06:28:27 -0000	1.2
@@ -3,10 +3,16 @@
 	   xmlns:svg="http://www.w3.org/2000/svg"
 	   >
 
-  <slides theme="default" title="Example Presentation">
+  <slides theme="example" title="Example Presentation">
 
-    <slide title="This is a slide"
-	   footer="this is a footer">
+    <slide variant="title" title="An Example Presentation">
+      <ul>
+	<lc>Carl Worth</lc>
+	<lc>2005-04-18</lc>
+      </ul>
+    </slide>
+
+    <slide title="This is a slide">
       <ul>
 	<li>This slide has a list</li>
 	<li>And it has an image</li>
@@ -19,8 +25,7 @@
 	   y-align="center" />
     </slide>
 
-    <slide title="Bigblue Theme"
-	   theme="bigblue">
+    <slide variant="inverse" title="New Theme for this Slide">
       <ul>
 	<li>A</li>
 	<li>B</li>




More information about the cairo-commit mailing list