[cairo-commit] cairo/doc/tutorial/slides cairo-code.svg, 1.3, 1.4 cairo-large-content.svg, 1.2, 1.3 cairo-separator.svg, 1.3, 1.4 cairo-title.svg, 1.2, 1.3 cairo.svg, 1.3, 1.4

Keith Packard commit at pdx.freedesktop.org
Wed Jan 25 19:17:36 PST 2006


Committed by: keithp

Update of /cvs/cairo/cairo/doc/tutorial/slides
In directory gabe:/tmp/cvs-serv8477/doc/tutorial/slides

Modified Files:
	cairo-code.svg cairo-large-content.svg cairo-separator.svg 
	cairo-title.svg cairo.svg 
Log Message:
2006-01-26  Keith Packard  <keithp at keithp.com>

	* doc/tutorial/slides/cairo-code.svg:
	* doc/tutorial/slides/cairo-large-content.svg:
	* doc/tutorial/slides/cairo-separator.svg:
	* doc/tutorial/slides/cairo-title.svg:
	* doc/tutorial/slides/cairo.svg:

	Make watermark consistently translucent
	Use fill for dung outline
	Fix text locations


Index: cairo-code.svg
===================================================================
RCS file: /cvs/cairo/cairo/doc/tutorial/slides/cairo-code.svg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cairo-code.svg	25 Jan 2006 23:29:25 -0000	1.3
+++ cairo-code.svg	26 Jan 2006 03:17:34 -0000	1.4
@@ -869,7 +869,7 @@
 	</defs>
 
   <g id="watermark" transform="translate(200, 185), rotate(-50), scale(2.5)">
-    <use xlink:href="#scarab" x="0" y="170" fill-opacity="0.08"/>
+    <use xlink:href="#scarab" x="0" y="170" fill-opacity="0.2"/>
   </g>
 
 
@@ -903,7 +903,7 @@
     <g ss:region="default" font-family="Mono">
       <rect x="112" y="170" width="800" height="480" fill="none" stroke="blue"/>
       <text font-size="20" fill="black"
-	    x="112" y="203">Slide content</text>
+	    x="112" y="190">Slide content</text>
     </g>
     
     <!-- Footer -->

Index: cairo-large-content.svg
===================================================================
RCS file: /cvs/cairo/cairo/doc/tutorial/slides/cairo-large-content.svg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cairo-large-content.svg	25 Jan 2006 23:29:25 -0000	1.2
+++ cairo-large-content.svg	26 Jan 2006 03:17:34 -0000	1.3
@@ -869,7 +869,7 @@
 	</defs>
 
   <g id="watermark" transform="translate(200, 185), rotate(-50), scale(2.5)">
-    <use xlink:href="#scarab" x="0" y="170" fill-opacity="0.08"/>
+    <use xlink:href="#scarab" x="0" y="170" fill-opacity="0.2"/>
   </g>
 
   <!-- Blue bar at top of slide -->

Index: cairo-separator.svg
===================================================================
RCS file: /cvs/cairo/cairo/doc/tutorial/slides/cairo-separator.svg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cairo-separator.svg	25 Jan 2006 23:29:25 -0000	1.3
+++ cairo-separator.svg	26 Jan 2006 03:17:34 -0000	1.4
@@ -869,7 +869,7 @@
 	</defs>
 
   <g id="watermark" transform="translate(200, 185), rotate(-50), scale(2.5)">
-    <use xlink:href="#scarab" x="0" y="170" fill-opacity="0.08"/>
+    <use xlink:href="#scarab" x="0" y="170" fill-opacity="0.2"/>
   </g>
 
   <!-- Blue bar at top of slide -->
@@ -897,9 +897,9 @@
     
     <!-- Slide content -->
     <g ss:region="default">
-      <rect x="112" y="400" width="800" height="280" fill="none" stroke="blue"/>
-      <text font-size="50" fill="black"
-	    x="112" y="232">Slide content</text>
+      <rect x="512" y="400" width="2" height="280" fill="none" stroke="blue"/>
+      <text font-size="50" fill="black" text-anchor="middle"
+	    x="512" y="450">Slide content</text>
     </g>
     
     <!-- Footer -->

Index: cairo-title.svg
===================================================================
RCS file: /cvs/cairo/cairo/doc/tutorial/slides/cairo-title.svg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cairo-title.svg	25 Jan 2006 23:29:25 -0000	1.2
+++ cairo-title.svg	26 Jan 2006 03:17:34 -0000	1.3
@@ -887,9 +887,9 @@
     </g>
   
     <g ss:region="default" text-anchor="middle">
-      <rect x="690" y="270" width="2" height="350" fill="none" stroke="blue"/>
+      <rect x="683" y="270" width="2" height="350" fill="none" stroke="blue"/>
       <text font-size="40" fill="black"
-	    x="690" y="310">Slide content</text>
+	    x="683" y="310">Slide content</text>
     </g>
   </g>
 

Index: cairo.svg
===================================================================
RCS file: /cvs/cairo/cairo/doc/tutorial/slides/cairo.svg,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- cairo.svg	25 Jan 2006 23:29:25 -0000	1.3
+++ cairo.svg	26 Jan 2006 03:17:34 -0000	1.4
@@ -36,7 +36,7 @@
 				<circle cx="2"  cy="2"  r="0.7" />
 			</g>
 		</g>
-		<g id="scarab" fill="#f19a14">
+		<g id="scarab" fill="#f19a14" stroke="none">
 			<g transform="translate(-150, -170)">
 			<path id="scarab_head" d="M205.599,94.567c0-11.668-24.914-21.129-55.628-21.129
 				c-30.723,0-55.624,9.46-55.624,21.129c0,10.203,24.901,7.346,55.624,7.346C180.685,101.913,205.599,104.233,205.599,94.567z"/>
@@ -107,55 +107,42 @@
 			<use xlink:href="#hacker_emblem" x="0" y="0" transform="scale(9)" />
 		</g>
 		<g id="dung_2_color">
-			<!-- This would be simple a circle like so:
-				<circle cx="0" cy="0" r="48" stroke-width="2" fill="none" stroke="white"/>
-			     but there appears to currently be a bug in the cairo
-			     PDF backend that results in an ugly spike in that
-			     case. So we use 8 splines instead.
-			-->
-			<path stroke-width="4" stroke="white" fill="none" d="
-M 48,			0
-C 48,			12.730391512298112, 
-  42.94287166245995,	24.939379331448613
-  33.941125496954285,	33.941125496954278
-C 24.939379331448624,	42.942871662459943
-  12.730391512298114,	48
-  0,			48
-C -12.730391512298109,	48, 
-  -24.939379331448613,	42.94287166245995
-  -33.941125496954278,	33.941125496954285
-C -42.942871662459943,	24.939379331448624,
-  -48,			12.730391512298118,
-  -48,			0,
-C -48,			-12.730391512298105, 
-  -42.94287166245995,	-24.939379331448613,
-  -33.941125496954285,	-33.941125496954278
-C -24.939379331448624,	-42.942871662459943,
-  -12.730391512298119,	-48, 
-  0,			-48
-C 12.730391512298104,	-48, 
-  24.939379331448606,	-42.942871662459943,
-  33.941125496954271,	-33.941125496954285
-C 42.942871662459936,	-24.939379331448624,
-  48,			-12.730391512298123,
-  48,			0" />
-			<g transform="scale(9)" fill="white" stroke="none" stroke-width="0.22222">
-			  	<!-- Hacker emblem grid -->
-				<!--
-				<path stroke="white" fill="none"
+			<path stroke="none" d="
+M -46,			0
+A 46,			46,
+  0,
+  0, 1,
+  46,			0
+A 46,			46,
+  0,
+  0, 1,
+  -46,			0
+M -50,			0
+A 50,			50,
+  0,
+  0, 0,
+  50,			0
+A 50,			50,
+  0,
+  0, 0,
+  -50,			0
+Z" />
+			<g transform="scale(9)">
+				<!-- Hacker emblem grid -->
+				<path fill="none" stroke-width="0.2"
 				      d="M -3,-3 L  3,-3 L 3,3 L-3,3 Z
 					 M -1,-3 L -1, 3
 					 M  1,-3 L  1, 3
 					 M -3,-1 L  3,-1
 					 M -3, 1 L  3, 1"/>
-					 -->
-
-			  	<!-- Hacker emblem dots -->
-				<circle cx="0"  cy="-2" r="0.7" />
-				<circle cx="2"  cy="0"  r="0.7" />
-				<circle cx="-2" cy="2"  r="0.7" />
-				<circle cx="0"  cy="2"  r="0.7" />
-				<circle cx="2"  cy="2"  r="0.7" />
+				<g stroke="none">
+					<!-- Hacker emblem dots -->
+					<circle cx="0"  cy="-2" r="0.7" />
+					<circle cx="2"  cy="0"  r="0.7" />
+					<circle cx="-2" cy="2"  r="0.7" />
+					<circle cx="0"  cy="2"  r="0.7" />
+					<circle cx="2"  cy="2"  r="0.7" />
+				</g>
 			</g>
 		</g>
 
@@ -876,7 +863,7 @@
 
   <!-- Scarab and "cairo" at upper-left -->
   <g transform="translate(10,0)">
-    <use stroke="none" xlink:href="#cairo_logo_text_small"/>
+    <use stroke="none" fill="white" xlink:href="#cairo_logo_text_small"/>
   </g>
 
   <!-- Presentation title at upper-right -->



More information about the cairo-commit mailing list