[cairo-commit] svgslides ChangeLog, 1.52, 1.53 svgslides.xsl, 1.39, 1.40

Carl Worth commit at pdx.freedesktop.org
Fri Feb 4 12:50:23 PST 2005


Committed by: cworth

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

Modified Files:
	ChangeLog svgslides.xsl 
Log Message:
        * svgslides.xsl: Fix broken indenting of list items, (so they
        won't appear flush-left anymore).


Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/svgslides/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- ChangeLog	3 Feb 2005 17:07:04 -0000	1.52
+++ ChangeLog	4 Feb 2005 20:50:21 -0000	1.53
@@ -1,3 +1,8 @@
+2005-02-04  Carl Worth  <cworth at cworth.org>
+
+	* svgslides.xsl: Fix broken indenting of list items, (so they
+	won't appear flush-left anymore).
+
 2005-02-03  Carl Worth  <cworth at cworth.org>
 
 	* svgslides-index.rnc: Add new schema for index files.

Index: svgslides.xsl
===================================================================
RCS file: /cvs/cairo/svgslides/svgslides.xsl,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- svgslides.xsl	3 Feb 2005 17:07:04 -0000	1.39
+++ svgslides.xsl	4 Feb 2005 20:50:21 -0000	1.40
@@ -159,7 +159,7 @@
     <xsl:variable name="bullet-radius" select="round($font-size div 6)" />
 
     <!-- XXX: Would be nice if the theme designer could influence indentation -->
-    <svg:g transform="translate({25 * (count(ancestor::ul) - 1)},{count($pre-sibs) * $line-height})">
+    <svg:g transform="translate({25 * (count(ancestor::ss:ul) - 1)},{count($pre-sibs) * $line-height})">
       <!-- XXX: And the designer definitely needs to be able to control the bullet -->
       <svg:circle cx="{$bullet-radius}" cy="{$font-size div 2}" r="{$bullet-radius}" />
       <svg:text x="{3 * $bullet-radius}" y="{$font-size}">




More information about the cairo-commit mailing list