diff options
author | Keith Packard <keithp@keithp.com> | 2006-01-25 15:29:25 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2006-01-25 15:29:25 +0000 |
commit | 29479a8b12e3f2575de6ef899142dcd0cd8e21a4 (patch) | |
tree | a2f99771f3e92d77dd354b427c1ff2f31b3855be /doc/tutorial | |
parent | 2d2c5fd5b003d681b57380a5d11ffc4dd3903b35 (diff) |
Adopt proposed new cairo color scheme. Recolor scarab, eliminate gradient in dung Use new blue background color. Rework font sizes, use bold for titles. Change tutorial title.
reviewed by: cworth
Diffstat (limited to 'doc/tutorial')
-rw-r--r-- | doc/tutorial/slides/cairo-blank.svg | 22 | ||||
-rw-r--r-- | doc/tutorial/slides/cairo-code.svg | 114 | ||||
-rw-r--r-- | doc/tutorial/slides/cairo-large-content.svg | 102 | ||||
-rw-r--r-- | doc/tutorial/slides/cairo-separator.svg | 97 | ||||
-rw-r--r-- | doc/tutorial/slides/cairo-title.svg | 563 | ||||
-rw-r--r-- | doc/tutorial/slides/cairo.svg | 113 | ||||
-rw-r--r-- | doc/tutorial/slides/tutorial.xml | 4 |
7 files changed, 852 insertions, 163 deletions
diff --git a/doc/tutorial/slides/cairo-blank.svg b/doc/tutorial/slides/cairo-blank.svg index 6fca5fa8..ac91186f 100644 --- a/doc/tutorial/slides/cairo-blank.svg +++ b/doc/tutorial/slides/cairo-blank.svg @@ -449,25 +449,15 @@ </g>g> </defs> + <!-- Blue bar at top of slide --> + <rect x="0" y="0" width="1024" height="170" fill="#162284" /> + <g font-family="Frutiger"> <!-- Slide title --> - <g id="slide_title" transform="translate(512, 153)"> - <rect stroke="#bababa" fill="none" - x="-365.5" - y="-55.5" - width="731" - height="81" - rx="10" ry="10" - /> - <rect fill="#bababa" fill-opacity="0.3" - x="-360" - y="-50" - width="720" - height="70" - rx="10" ry="10" - /> + <g id="slide_title" transform="translate(512, 133)"> <text text-anchor="middle" - fill="black" + fill="white" + font-weight="bold" x="0" y="4" font-size="55" ss:variable="title">Slide Title</text> diff --git a/doc/tutorial/slides/cairo-code.svg b/doc/tutorial/slides/cairo-code.svg index c005324d..dc5fa953 100644 --- a/doc/tutorial/slides/cairo-code.svg +++ b/doc/tutorial/slides/cairo-code.svg @@ -6,6 +6,7 @@ fill="black"> + <defs id="cairo-artwork_defs"> <g id="hacker_emblem"> <!-- Note: This is similar though not identical to Keith Packard's SVG version @@ -36,7 +37,7 @@ <circle cx="2" cy="2" r="0.7" /> </g> </g> - <g id="scarab" fill="#3B80AE"> + <g id="scarab" fill="#f19a14"> <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"/> @@ -106,6 +107,58 @@ </g> <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" + 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> + </g> <!-- scarab dimensions: 300x340 --> <!-- dung dimensions: 120x120 (radius: 60) --> @@ -114,59 +167,59 @@ <g id="cairo_logo"> <!-- dimensions: 300x400, centered --> <!-- The logo (scarab and dung), with the center-point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, -140)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, -140)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, 30)" /> </g> <g id="cairo_logo_dung-centered"> <!-- The logo (scarab and dung), with the dung at (0,0), the scarab below --> - <use xlink:href="#dung" x="0" y="0" /> + <use xlink:href="#dung_2_color" x="0" y="0" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0,170)" /> </g> <g id="cairo_logo_scarab-centered"> <!-- The logo (scarab and dung), with the scarab's rotational center at (0,0), the dung above --> <!-- The scarab's rotational center in this case is not the center of its bounding box, but is calculated to be the intersection-point of the torso, spine and wings --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, -175.85)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, -175.85)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, -5.85)" /> </g> <g id="cairo_logo_top-centered"> <!-- The logo (scarab and dung), with the top-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, 60)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, 60)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, 230)" /><!-- (0,170+60) --> </g> <g id="cairo_logo_bottom-centered"> <!-- The logo (scarab and dung), with the bottom-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, -340)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, -340)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, -170)" /> </g> <g id="cairo_logo_right-centered"> <!-- The logo (scarab and dung), with the right-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(-150, -140)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(-150, -140)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(-150, 30)" /> </g> <g id="cairo_logo_left-centered"> <!-- The logo (scarab and dung), with the left-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(150, -140)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(150, -140)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(150, 30)" /> </g> <g id="cairo_logo_topleft-centered"> <!-- The logo (scarab and dung), with the top-left point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(150, 60)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(150, 60)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(150, 230)" /><!-- (150, 170+60) --> </g> <g id="cairo_logo_topright-centered"> <!-- The logo (scarab and dung), with the top-right point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(-150, 60)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(-150, 60)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(-150, 230)" /><!-- (-150,170+60) --> </g> <g id="cairo_logo_bottomleft-centered"> <!-- The logo (scarab and dung), with the bottom-left point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(150, -340)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(150, -340)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(150, -170)" /> </g> <g id="cairo_logo_bottomright-centered"> <!-- The logo (scarab and dung), with the bottom-right point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(-150, -340)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(-150, -340)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(-150, -170)" /> </g> @@ -410,7 +463,7 @@ <g id="cairo_logo_text_small"> <!-- The logo on the left, the text 'cairo' on the right --> <use xlink:href="#cairo_logo_bottomleft-centered" transform="translate(0, 78), scale(0.1944)" /> - <use xlink:href="#cairo_text_small" transform="translate(175,82)"/> + <use xlink:href="#cairo_text_small" fill="white" transform="translate(175,82)"/> </g> <g id="cairo_logo_with_text"> @@ -812,48 +865,35 @@ </g> </g> + </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"/> </g> + <!-- Blue bar at top of slide --> - <rect x="0" y="0" width="1024" height="50" fill="#3B80AE" fill-opacity="0.3" /> + <rect x="0" y="0" width="1024" height="170" fill="#162284" /> <!-- Scarab and "cairo" at upper-left --> <g transform="translate(10,0)"> - <use xlink:href="#cairo_logo_text_small"/> + <use stroke="none" xlink:href="#cairo_logo_text_small"/> </g> - <!-- Presentation title at upper-left --> - <text ss:variable="presentation-subtitle" x="260" y="50" font-size="20">Presentation Sub-title</text> - - <!-- freedesktop.org logo at upper-right --> - <use xlink:href="#freedesktop_org_logo" transform="translate(910, 12)" /> + <!-- Presentation title at upper-right --> + <text ss:variable="presentation-subtitle" text-anchor="end" + fill="white" x="1016" y="28" font-size="20">Presentation Sub-title</text> <!-- Red Hat logo at lower-left --> <use xlink:href="#redhat_logo_horizontal" transform="translate(8,768),scale(.5,.5),translate(0, -125)" /> - + <g font-family="Frutiger"> <!-- Slide title --> - <g id="slide_title" transform="translate(512, 138)"> - <rect stroke="#bababa" fill="none" - x="-365.5" - y="-55.5" - width="731" - height="81" - rx="10" ry="10" - /> - <rect fill="#bababa" fill-opacity="0.3" - x="-360" - y="-50" - width="720" - height="70" - rx="10" ry="10" - /> + <g id="slide_title" transform="translate(512, 133)"> <text text-anchor="middle" - fill="black" + fill="white" + font-weight="bold" x="0" y="4" font-size="55" ss:variable="title">Slide Title</text> diff --git a/doc/tutorial/slides/cairo-large-content.svg b/doc/tutorial/slides/cairo-large-content.svg index fdfb43d0..62d54a4a 100644 --- a/doc/tutorial/slides/cairo-large-content.svg +++ b/doc/tutorial/slides/cairo-large-content.svg @@ -6,6 +6,7 @@ fill="black"> + <defs id="cairo-artwork_defs"> <g id="hacker_emblem"> <!-- Note: This is similar though not identical to Keith Packard's SVG version @@ -36,7 +37,7 @@ <circle cx="2" cy="2" r="0.7" /> </g> </g> - <g id="scarab" fill="#3B80AE"> + <g id="scarab" fill="#f19a14"> <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"/> @@ -106,6 +107,58 @@ </g> <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" + 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> + </g> <!-- scarab dimensions: 300x340 --> <!-- dung dimensions: 120x120 (radius: 60) --> @@ -114,59 +167,59 @@ <g id="cairo_logo"> <!-- dimensions: 300x400, centered --> <!-- The logo (scarab and dung), with the center-point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, -140)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, -140)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, 30)" /> </g> <g id="cairo_logo_dung-centered"> <!-- The logo (scarab and dung), with the dung at (0,0), the scarab below --> - <use xlink:href="#dung" x="0" y="0" /> + <use xlink:href="#dung_2_color" x="0" y="0" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0,170)" /> </g> <g id="cairo_logo_scarab-centered"> <!-- The logo (scarab and dung), with the scarab's rotational center at (0,0), the dung above --> <!-- The scarab's rotational center in this case is not the center of its bounding box, but is calculated to be the intersection-point of the torso, spine and wings --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, -175.85)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, -175.85)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, -5.85)" /> </g> <g id="cairo_logo_top-centered"> <!-- The logo (scarab and dung), with the top-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, 60)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, 60)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, 230)" /><!-- (0,170+60) --> </g> <g id="cairo_logo_bottom-centered"> <!-- The logo (scarab and dung), with the bottom-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, -340)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, -340)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, -170)" /> </g> <g id="cairo_logo_right-centered"> <!-- The logo (scarab and dung), with the right-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(-150, -140)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(-150, -140)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(-150, 30)" /> </g> <g id="cairo_logo_left-centered"> <!-- The logo (scarab and dung), with the left-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(150, -140)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(150, -140)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(150, 30)" /> </g> <g id="cairo_logo_topleft-centered"> <!-- The logo (scarab and dung), with the top-left point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(150, 60)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(150, 60)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(150, 230)" /><!-- (150, 170+60) --> </g> <g id="cairo_logo_topright-centered"> <!-- The logo (scarab and dung), with the top-right point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(-150, 60)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(-150, 60)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(-150, 230)" /><!-- (-150,170+60) --> </g> <g id="cairo_logo_bottomleft-centered"> <!-- The logo (scarab and dung), with the bottom-left point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(150, -340)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(150, -340)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(150, -170)" /> </g> <g id="cairo_logo_bottomright-centered"> <!-- The logo (scarab and dung), with the bottom-right point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(-150, -340)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(-150, -340)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(-150, -170)" /> </g> @@ -410,7 +463,7 @@ <g id="cairo_logo_text_small"> <!-- The logo on the left, the text 'cairo' on the right --> <use xlink:href="#cairo_logo_bottomleft-centered" transform="translate(0, 78), scale(0.1944)" /> - <use xlink:href="#cairo_text_small" transform="translate(175,82)"/> + <use xlink:href="#cairo_text_small" fill="white" transform="translate(175,82)"/> </g> <g id="cairo_logo_with_text"> @@ -819,25 +872,16 @@ <use xlink:href="#scarab" x="0" y="170" fill-opacity="0.08"/> </g> + <!-- Blue bar at top of slide --> + <rect x="0" y="0" width="1024" height="80" fill="#162284" /> + <g font-family="Frutiger"> <!-- Slide title --> - <g id="slide_title" transform="translate(512, 73)"> - <rect stroke="#bababa" fill="none" - x="-365.5" - y="-55.5" - width="731" - height="81" - rx="10" ry="10" - /> - <rect fill="#bababa" fill-opacity="0.3" - x="-360" - y="-50" - width="720" - height="70" - rx="10" ry="10" - /> + <!-- Slide title --> + <g id="slide_title" transform="translate(512, 60)"> <text text-anchor="middle" - fill="black" + fill="white" + font-weight="bold" x="0" y="4" font-size="55" ss:variable="title">Slide Title</text> diff --git a/doc/tutorial/slides/cairo-separator.svg b/doc/tutorial/slides/cairo-separator.svg index abee6c14..9b8185b8 100644 --- a/doc/tutorial/slides/cairo-separator.svg +++ b/doc/tutorial/slides/cairo-separator.svg @@ -6,6 +6,7 @@ fill="black"> + <defs id="cairo-artwork_defs"> <g id="hacker_emblem"> <!-- Note: This is similar though not identical to Keith Packard's SVG version @@ -36,7 +37,7 @@ <circle cx="2" cy="2" r="0.7" /> </g> </g> - <g id="scarab" fill="#3B80AE"> + <g id="scarab" fill="#f19a14"> <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"/> @@ -106,6 +107,58 @@ </g> <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" + 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> + </g> <!-- scarab dimensions: 300x340 --> <!-- dung dimensions: 120x120 (radius: 60) --> @@ -114,59 +167,59 @@ <g id="cairo_logo"> <!-- dimensions: 300x400, centered --> <!-- The logo (scarab and dung), with the center-point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, -140)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, -140)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, 30)" /> </g> <g id="cairo_logo_dung-centered"> <!-- The logo (scarab and dung), with the dung at (0,0), the scarab below --> - <use xlink:href="#dung" x="0" y="0" /> + <use xlink:href="#dung_2_color" x="0" y="0" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0,170)" /> </g> <g id="cairo_logo_scarab-centered"> <!-- The logo (scarab and dung), with the scarab's rotational center at (0,0), the dung above --> <!-- The scarab's rotational center in this case is not the center of its bounding box, but is calculated to be the intersection-point of the torso, spine and wings --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, -175.85)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, -175.85)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, -5.85)" /> </g> <g id="cairo_logo_top-centered"> <!-- The logo (scarab and dung), with the top-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, 60)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, 60)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, 230)" /><!-- (0,170+60) --> </g> <g id="cairo_logo_bottom-centered"> <!-- The logo (scarab and dung), with the bottom-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, -340)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, -340)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, -170)" /> </g> <g id="cairo_logo_right-centered"> <!-- The logo (scarab and dung), with the right-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(-150, -140)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(-150, -140)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(-150, 30)" /> </g> <g id="cairo_logo_left-centered"> <!-- The logo (scarab and dung), with the left-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(150, -140)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(150, -140)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(150, 30)" /> </g> <g id="cairo_logo_topleft-centered"> <!-- The logo (scarab and dung), with the top-left point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(150, 60)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(150, 60)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(150, 230)" /><!-- (150, 170+60) --> </g> <g id="cairo_logo_topright-centered"> <!-- The logo (scarab and dung), with the top-right point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(-150, 60)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(-150, 60)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(-150, 230)" /><!-- (-150,170+60) --> </g> <g id="cairo_logo_bottomleft-centered"> <!-- The logo (scarab and dung), with the bottom-left point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(150, -340)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(150, -340)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(150, -170)" /> </g> <g id="cairo_logo_bottomright-centered"> <!-- The logo (scarab and dung), with the bottom-right point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(-150, -340)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(-150, -340)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(-150, -170)" /> </g> @@ -410,7 +463,7 @@ <g id="cairo_logo_text_small"> <!-- The logo on the left, the text 'cairo' on the right --> <use xlink:href="#cairo_logo_bottomleft-centered" transform="translate(0, 78), scale(0.1944)" /> - <use xlink:href="#cairo_text_small" transform="translate(175,82)"/> + <use xlink:href="#cairo_text_small" fill="white" transform="translate(175,82)"/> </g> <g id="cairo_logo_with_text"> @@ -812,6 +865,7 @@ </g> </g> + </defs> <g id="watermark" transform="translate(200, 185), rotate(-50), scale(2.5)"> @@ -819,18 +873,16 @@ </g> <!-- Blue bar at top of slide --> - <rect x="0" y="0" width="1024" height="50" fill="#3B80AE" fill-opacity="0.3" /> + <rect x="0" y="0" width="1024" height="170" fill="#162284" /> <!-- Scarab and "cairo" at upper-left --> <g transform="translate(10,0)"> - <use xlink:href="#cairo_logo_text_small"/> + <use stroke="none" xlink:href="#cairo_logo_text_small"/> </g> - <!-- Presentation title at upper-left --> - <text ss:variable="presentation-subtitle" x="260" y="50" font-size="20">Presentation Sub-title</text> - - <!-- freedesktop.org logo at upper-right --> - <use xlink:href="#freedesktop_org_logo" transform="translate(910, 12)" /> + <!-- Presentation title at upper-right --> + <text ss:variable="presentation-subtitle" text-anchor="end" + fill="white" x="1016" y="28" font-size="20">Presentation Sub-title</text> <!-- Red Hat logo at lower-left --> <use xlink:href="#redhat_logo_horizontal" transform="translate(8,768),scale(.5,.5),translate(0, -125)" /> @@ -839,13 +891,14 @@ <text text-anchor="middle" fill="black" x="512" - y="300" font-size="90" + y="300" font-size="80" + font-weight="bold" ss:variable="title">Slide Title</text> <!-- Slide content --> <g ss:region="default"> <rect x="112" y="400" width="800" height="280" fill="none" stroke="blue"/> - <text font-size="40" fill="black" + <text font-size="50" fill="black" x="112" y="232">Slide content</text> </g> diff --git a/doc/tutorial/slides/cairo-title.svg b/doc/tutorial/slides/cairo-title.svg index 6e397e93..a4afc196 100644 --- a/doc/tutorial/slides/cairo-title.svg +++ b/doc/tutorial/slides/cairo-title.svg @@ -5,6 +5,7 @@ xmlns:ss="http://www.svgslides.org/svgslides0.1" fill="black"> + <defs id="cairo-artwork_defs"> <g id="hacker_emblem"> <!-- Note: This is similar though not identical to Keith Packard's SVG version @@ -35,7 +36,7 @@ <circle cx="2" cy="2" r="0.7" /> </g> </g> - <g id="scarab" fill="#3B80AE"> + <g id="scarab" fill="#f19a14"> <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"/> @@ -105,6 +106,57 @@ </g> <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.2"> + <!-- Hacker emblem grid --> + <path stroke="white" fill="none" + 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> + </g> <!-- scarab dimensions: 300x340 --> <!-- dung dimensions: 120x120 (radius: 60) --> @@ -113,59 +165,59 @@ <g id="cairo_logo"> <!-- dimensions: 300x400, centered --> <!-- The logo (scarab and dung), with the center-point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, -140)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, -140)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, 30)" /> </g> <g id="cairo_logo_dung-centered"> <!-- The logo (scarab and dung), with the dung at (0,0), the scarab below --> - <use xlink:href="#dung" x="0" y="0" /> + <use xlink:href="#dung_2_color" x="0" y="0" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0,170)" /> </g> <g id="cairo_logo_scarab-centered"> <!-- The logo (scarab and dung), with the scarab's rotational center at (0,0), the dung above --> <!-- The scarab's rotational center in this case is not the center of its bounding box, but is calculated to be the intersection-point of the torso, spine and wings --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, -175.85)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, -175.85)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, -5.85)" /> </g> <g id="cairo_logo_top-centered"> <!-- The logo (scarab and dung), with the top-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, 60)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, 60)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, 230)" /><!-- (0,170+60) --> </g> <g id="cairo_logo_bottom-centered"> <!-- The logo (scarab and dung), with the bottom-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, -340)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, -340)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, -170)" /> </g> <g id="cairo_logo_right-centered"> <!-- The logo (scarab and dung), with the right-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(-150, -140)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(-150, -140)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(-150, 30)" /> </g> <g id="cairo_logo_left-centered"> <!-- The logo (scarab and dung), with the left-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(150, -140)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(150, -140)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(150, 30)" /> </g> <g id="cairo_logo_topleft-centered"> <!-- The logo (scarab and dung), with the top-left point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(150, 60)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(150, 60)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(150, 230)" /><!-- (150, 170+60) --> </g> <g id="cairo_logo_topright-centered"> <!-- The logo (scarab and dung), with the top-right point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(-150, 60)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(-150, 60)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(-150, 230)" /><!-- (-150,170+60) --> </g> <g id="cairo_logo_bottomleft-centered"> <!-- The logo (scarab and dung), with the bottom-left point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(150, -340)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(150, -340)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(150, -170)" /> </g> <g id="cairo_logo_bottomright-centered"> <!-- The logo (scarab and dung), with the bottom-right point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(-150, -340)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(-150, -340)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(-150, -170)" /> </g> @@ -248,7 +300,7 @@ </g> <!-- scaled by 0.72, shifted around to hit pixel boundaries --> - <g id="cairo_text_small" transform="translate(0,-71)"> + <g id="cairo_text_small_spaced" transform="translate(0,-71)"> <g transform="scale(0.085,0.085)"> <g transform="translate(-1139,-208.5)"> <!-- 63 (c), advance 444, 0 horiBearing 38,522 --> <path transform="translate(-151,0)" d=" @@ -326,6 +378,92 @@ </g> </g> </g> + + <!-- scaled by 0.72, shifted around to hit pixel boundaries --> + <g id="cairo_text_small" transform="translate(0,-71)"> + <g transform="scale(0.085,0.085)"> <g transform="translate(-1139,-208.5)"> + <!-- 63 (c), advance 444, 0 horiBearing 38,522 --> + <path transform="translate(-151,0)" d=" + M 412, 433 + C 385, 422 336, 413 298, 413 + C 142, 413 38, 525 38, 680 + C 38, 826 144, 947 298, 947 + C 332, 947 377, 944 416, 926 + L 409, 842 + C 380, 861 340, 871 308, 871 + C 187, 871 138, 771 138, 680 + C 138, 583 197, 489 302, 489 + C 332, 489 368, 496 404, 511 + L 412, 433 " /> + <!-- 61 (a), advance 556, 0 horiBearing 46,522 --> + <path transform="translate(261.75,0)" d=" + M 109, 541 + C 147, 509 204, 489 257, 489 + C 351, 489 383, 534 383, 622 + C 346, 620 320, 620 283, 620 + C 186, 620 46, 660 46, 788 + C 46, 899 123, 947 233, 947 + C 319, 947 369, 900 391, 869 + L 393, 869 + L 393, 935 + L 481, 935 + C 479, 920 477, 893 477, 835 + L 477, 624 + C 477, 485 418, 413 272, 413 + C 207, 413 151, 433 104, 461 + L 109, 541 + M 383, 737 + C 383, 813 334, 871 241, 871 + C 198, 871 146, 842 146, 788 + C 146, 698 272, 690 323, 690 + C 343, 690 363, 692 383, 692 + L 383, 737 " /> + <!-- 69 (i), advance 278, 0 horiBearing 86,730 --> + <path transform="translate(764.75)" d=" + M 92, 935 + L 186, 935 + L 186, 425 + L 92, 425 + L 92, 935 + M 88, 261 + A 51, 51 0 1 1 190,261 + A 51, 51 0 1 1 88,261" /> + <!-- 72 (r), advance 389, 0 horiBearing 80,522 --> + <path transform="translate(988.5,0)" d=" + M 80, 935 + L 174, 935 + L 174, 703 + C 174, 575 229, 495 313, 495 + C 329, 495 348, 497 365, 504 + L 365, 420 + C 345, 416 331, 413 303, 413 + C 249, 413 195, 451 170, 504 + L 168, 504 + L 168, 425 + L 80, 425 + L 80, 935 " /> + <!-- 6f (o), advance 611, 0 horiBearing 46,522 --> + <path transform="translate(1355.5,0)" d=" + M 46, 680 + C 46, 826 152, 947 306, 947 + C 459, 947 565, 826 565, 680 + C 565, 525 461, 413 306, 413 + C 150, 413 46, 525 46, 680 + M 146, 680 + C 146, 583 205, 489 306, 489 + C 406, 489 465, 583 465, 680 + C 465, 771 416, 871 306, 871 + C 195, 871 146, 771 146, 680 " /> + <!-- bounds: 38, 205 <-> 2232, 947 --> + </g> </g> + </g> + + <g id="cairo_logo_text_small"> + <!-- The logo on the left, the text 'cairo' on the right --> + <use xlink:href="#cairo_logo_bottomleft-centered" transform="translate(0, 78), scale(0.1944)" /> + <use xlink:href="#cairo_text_small" fill="white" transform="translate(175,82)"/> + </g> + <g id="cairo_logo_with_text"> <!-- The logo (scarab and dung), with the text 'cairo' below, the dot of the 'i' positioned between the hind legs of the scarab --> <!-- dimensions: 300x490, centered --> @@ -342,22 +480,409 @@ <use xlink:href="#cairo_text_small" transform="translate(0, 42)" fill="black" /> <use xlink:href="#cairo_logo_bottomleft-centered" transform="translate(180, 40), scale(0.1944), scale(-1, 1)" /> </g> + + <g id="freedesktop_org_logo" style="fill:#FFFFFF;stroke:#3B80AE;stroke-width:2.4588;"> + <g> + <path style="stroke:#BABABA;" d="M85.277,40.796c2.058,7.884-2.667,15.942-10.551,17.999L27.143,71.21c-7.884,2.057-15.943-2.667-18-10.552 + l-7.448-28.55c-2.057-7.884,2.667-15.942,10.551-17.999L59.83,1.695c7.884-2.057,15.942,2.667,17.999,10.551 + l7.449,28.55z"/>> + <path style="fill:#3B80AE;stroke:none;" d="M80.444,39.778c1.749,7.854-1.816,13.621-9.504,15.447l-42.236,11.02c-7.569,2.396-14.089-1.181 + -15.838-8.836L6.53,33.127c-1.749-8.145,0.709-12.889,9.503-15.447L58.27,6.661 + c8.144-1.826,14.089,1.363,15.838,8.835l6.336,24.282z"/>> + </g>g> + <path style="opacity:0.5;fill:none;stroke:#FFFFFF;" d="M45.542,51.793L24.104,31.102l38.1-4.393L45.542,51.793z"/>> + <path d="M72.325,28.769c0.405,1.55-0.525,3.136-2.075,3.541l-12.331,3.217c-1.551,0.404-3.137-0.525-3.542-2.076l-2.295-8.801 + c-0.405-1.551,0.524-3.137,2.076-3.542l12.33-3.217c1.551-0.405,3.137,0.525,3.542,2.076l2.295,8.801z"/>> + <path d="M36.51,33.625c0.496,1.9-0.645,3.844-2.545,4.34l-15.112,3.943c-1.901,0.496-3.845-0.644-4.34-2.544l-2.814-10.786 + c-0.496-1.901,0.644-3.844,2.544-4.34l15.113-3.942c1.901-0.496,3.845,0.643,4.34,2.544l2.814,10.786z"/>> + <path d="M52.493,53.208c0.278,1.065-0.36,2.154-1.425,2.432L42.6,57.848c-1.064,0.277-2.153-0.36-2.431-1.426l-1.577-6.043 + c-0.277-1.064,0.36-2.153,1.425-2.432l8.468-2.209c1.064-0.277,2.154,0.361,2.431,1.426l1.577,6.043z"/>> + </g>g> + <g id="bullet"> + <use x="0" y="0" xlink:href="#cairo_logo" transform="translate(-6,-2) scale(0.1, 0.1)"/>> + </g> + <g id="redhat_logo_horizontal"> + <!-- 380x125 Red Hat log (horizontal layout) --> + <g fill="black" stroke="none" + transform="translate(0,124),scale(1,-1),translate(-214,-258)" + fill-rule="evenodd" + > + <!-- r --> + <path fill="black" d=" + M 367.0625 315.3203 + C 367.0625 320.8765 366.9463 324.9644 366.7227 328.6597 + L 375.811 328.6597 + L 376.2002 320.7764 + L 376.4971 320.7764 + C 378.5391 326.6221 383.3809 329.5996 387.8594 329.5996 + C 388.8843 329.5996 389.4824 329.5601 390.3218 329.373 + L 390.3218 319.4863 + C 389.3398 319.6763 388.4224 319.7842 387.1592 319.7842 + C 382.1597 319.7842 378.688 316.6006 377.751 311.8447 + C 377.5732 310.918 377.4805 309.8086 377.4805 308.6777 + L 377.4805 287.1504 + L 366.9766 287.1504 + L 367.0625 315.3203 + " /> + + <!-- e --> + <path fill="black" d=" + M 402.9927 305.0791 + C 403.2715 297.5586 409.0918 294.2695 415.814 294.2695 + C 420.6406 294.2695 424.0942 295.0234 427.2681 296.1924 + L 428.8232 288.9678 + C 425.269 287.4629 420.3413 286.3359 414.3149 286.3359 + C 400.8384 286.3359 392.9409 294.6592 392.9409 307.3809 + C 392.9409 318.8369 399.8911 329.6772 413.2437 329.6772 + C 426.7397 329.6772 431.1338 318.5771 431.1338 309.4893 + C 431.1338 307.5381 430.9624 305.9707 430.7593 305.0059 + L 402.9927 305.0791 + + M 421.2485 312.3926 + C 421.2954 316.2388 419.6206 322.5088 412.5903 322.5088 + C 406.1299 322.5088 403.4438 316.645 402.9722 312.3926 + L 421.2485 312.3926 + " /> + + <!-- d --> + <path fill="black" d=" + M 476.355 344.667 + L 465.8638 347.5083 + L 465.8638 324.1914 + L 465.6904 324.1914 + C 463.8335 327.2563 459.7407 329.5996 454.0571 329.5996 + C 444.0762 329.5996 435.3828 321.3374 435.4478 307.4307 + C 435.4478 294.6719 443.2983 286.2168 453.2119 286.2168 + C 459.2017 286.2168 464.2114 289.0723 466.6909 293.7217 + L 466.8779 293.7217 + L 467.3491 287.1504 + L 476.6997 287.1504 + C 476.5083 289.9717 476.355 294.543 476.355 298.792 + L 476.355 344.667 + + M 465.8638 305.1504 + C 465.8638 304.0479 465.7856 303.0234 465.5454 302.0869 + C 464.4873 297.5439 460.7734 294.6172 456.4819 294.6172 + C 449.8721 294.6172 446.0903 300.1885 446.0903 307.8164 + C 446.0903 315.5166 449.8384 321.4761 456.6016 321.4761 + C 461.3208 321.4761 464.6992 318.1484 465.6274 314.1064 + C 465.8071 313.2559 465.8638 312.208 465.8638 311.3711 + L 465.8638 305.1504 + " /> + + <!-- h --> + <path fill="black" d=" + M 503.7964 329.0176 + C 500.6836 329.0176 497.8926 328.1187 495.5493 326.6714 + C 493.1162 325.2461 491.1353 323.0464 489.959 320.7666 + L 489.7915 320.7666 + L 489.7915 341.0195 + L 485.7427 342.1226 + L 485.7427 287.1504 + L 489.7915 287.1504 + L 489.7915 312.1787 + C 489.7915 313.8408 489.9204 314.9946 490.3462 316.2109 + C 492.0928 321.3013 496.8896 325.4805 502.689 325.4805 + C 511.0664 325.4805 513.9673 318.7603 513.9673 311.3906 + L 513.9673 287.1504 + L 518.0137 287.1504 + L 518.0137 311.8359 + C 518.0137 327.0791 507.6753 329.0176 503.7964 329.0176 + " /> + + <!-- a --> + <path fill="black" d=" + M 554.3413 296.873 + C 554.3413 293.6357 554.4692 290.2832 554.9375 287.1504 + L 551.2085 287.1504 + L 550.6128 293.0156 + L 550.4209 293.0156 + C 548.438 289.8594 543.8765 286.2168 537.3726 286.2168 + C 529.1392 286.2168 525.3057 292.0117 525.3057 297.4688 + C 525.3057 306.9121 533.6421 312.6064 550.292 312.4321 + L 550.292 313.5234 + C 550.292 317.5718 549.5044 325.6475 539.8242 325.5859 + C 536.2446 325.5859 532.5132 324.6255 529.5513 322.5366 + L 528.2632 325.4805 + C 532.0015 328.0137 536.5659 329.0176 540.2705 329.0176 + C 552.0801 329.0176 554.3413 320.1509 554.3413 312.8379 + L 554.3413 296.873 + + M 550.292 309.0234 + C 541.3813 309.2813 529.6128 307.9336 529.6128 298.1055 + C 529.6128 292.2246 533.4946 289.5811 537.7578 289.5811 + C 544.5796 289.5811 548.4561 293.8018 549.8677 297.7871 + C 550.1646 298.6621 550.292 299.5371 550.292 300.2402 + L 550.292 309.0234 + " /> + + <!-- t --> + <path fill="black" d=" + M 570.459 337.0996 + L 570.459 328.0801 + L 582.1235 328.0801 + L 582.1235 324.7959 + L 570.459 324.7959 + L 570.459 298.1943 + C 570.459 292.9912 572.0757 289.7285 576.4692 289.7285 + C 578.5815 289.7285 580.0757 290.0078 581.1206 290.3711 + L 581.6099 287.2354 + C 580.2871 286.6836 578.4302 286.2539 575.9619 286.2539 + C 572.9741 286.2539 570.4995 287.1934 568.8994 289.1543 + C 567.0469 291.3057 566.4116 294.7412 566.4116 298.916 + L 566.4116 324.7959 + L 559.5059 324.7959 + L 559.5059 328.0801 + L 566.4116 328.0801 + L 566.4116 335.606 + L 570.459 337.0996 + " /> + + <!-- ® for 'redhat' --> + <path fill="black" d=" + M 335.5 288.9707 + L 336.0352 288.9707 + L 336.8408 287.6445 + L 337.3608 287.6445 + L 336.4888 288.9937 + C 336.9404 289.0498 337.2832 289.2881 337.2832 289.834 + C 337.2832 290.4385 336.9258 290.7051 336.2017 290.7051 + L 335.0366 290.7051 + L 335.0366 287.6445 + L 335.5 287.6445 + L 335.5 288.9707 + + M 335.5 289.3643 + L 335.5 290.3101 + L 336.1318 290.3101 + C 336.4531 290.3101 336.7979 290.2402 336.7979 289.8647 + C 336.7979 289.3916 336.4492 289.3643 336.0566 289.3643 + L 335.5 289.3643 + " /> + + <path fill="black" d=" + M 339.0439 289.1719 + C 339.0439 287.5176 337.7041 286.1763 336.0493 286.1763 + C 334.395 286.1763 333.0527 287.5176 333.0527 289.1719 + C 333.0527 290.8271 334.395 292.1675 336.0493 292.1675 + C 337.7041 292.1675 339.0439 290.8271 339.0439 289.1719 + + M 336.0493 291.6367 + C 334.6865 291.6367 333.5835 290.5332 333.5835 289.1719 + C 333.5835 287.8096 334.6865 286.7061 336.0493 286.7061 + C 337.4082 286.7061 338.5117 287.8096 338.5117 289.1719 + C 338.5117 290.5332 337.4082 291.6367 336.0493 291.6367 + " /> + + <!-- Black background behind The Shadowman --> + <path fill="black" d=" + M 326.4531 286.208 + C 324.1177 286.7451 321.6396 287.0801 319.1338 287.0801 + C 314.8496 287.0801 310.9502 286.3389 308.0732 285.1426 + C 307.7559 284.9844 307.5303 284.6533 307.5303 284.2764 + C 307.5303 284.1406 307.5654 283.999 307.6172 283.8838 + C 307.957 282.8975 307.3984 281.8281 304.6157 281.2158 + C 300.4883 280.3096 297.8833 276.0527 296.3916 274.6367 + C 294.6411 272.9756 289.6973 271.9531 290.4404 272.9434 + C 291.0225 273.7188 293.2485 276.1348 294.6016 278.748 + C 295.8125 281.083 296.8906 281.7461 298.375 283.9736 + C 298.811 284.627 300.4995 286.9219 300.9912 288.7373 + C 301.543 290.5107 301.356 292.7344 301.5679 293.6494 + C 301.8721 294.9697 303.1182 297.8369 303.2129 299.4531 + C 303.2666 300.3691 299.3916 298.1494 297.5532 298.1494 + C 295.7144 298.1494 293.9233 299.248 292.2808 299.3281 + C 290.248 299.4248 288.9414 297.7607 287.1025 298.0508 + C 286.0518 298.2178 285.167 299.1426 283.3311 299.2129 + C 280.7178 299.3086 277.5244 297.7607 271.5264 297.9531 + C 265.6255 298.1436 260.1753 305.4082 259.4312 306.5635 + C 258.5605 307.9199 257.4961 307.9199 256.335 306.8555 + C 255.1738 305.792 253.7432 306.627 253.3359 307.3389 + C 252.5615 308.6943 250.4927 312.6543 247.2881 313.4824 + C 242.8564 314.6309 240.6118 311.0283 240.9033 308.1621 + C 241.1987 305.252 243.0801 304.4375 243.9512 302.8906 + C 244.8213 301.3428 245.2671 300.3428 246.9053 299.6572 + C 248.0674 299.1758 248.5 298.458 248.1533 297.5049 + C 247.8506 296.6738 246.6416 296.4834 245.8477 296.4463 + C 244.1592 296.3662 242.9756 296.8242 242.1123 297.376 + C 241.1084 298.0137 240.292 298.9033 239.416 300.4131 + C 238.4023 302.0781 236.8052 302.8037 234.9453 302.8037 + C 234.0586 302.8037 233.2295 302.5693 232.4922 302.1895 + C 229.5771 300.6748 226.1064 299.7744 222.3706 299.7744 + L 218.1572 299.7734 + C 216.1064 305.8555 214.9951 312.3682 214.9951 319.1416 + C 214.9951 352.6064 242.1226 379.7334 275.5859 379.7334 + C 309.0498 379.7334 336.1758 352.6064 336.1758 319.1416 + C 336.1758 307 332.6035 295.6895 326.4531 286.208 + " /> + + <!-- The Shadowman's face --> + <path fill="white" d=" + M 326.4531 286.209 + C 324.1177 286.7461 321.6396 287.084 319.1338 287.084 + C 314.8496 287.084 310.9502 286.3418 308.0732 285.1436 + C 307.7559 284.9873 307.5303 284.6553 307.5303 284.2783 + C 307.5303 284.1416 307.5654 284.001 307.6172 283.8838 + C 307.957 282.8994 307.3984 281.8311 304.6157 281.2178 + C 300.4883 280.3115 297.8833 276.0537 296.3916 274.6416 + C 294.6411 272.9766 289.6973 271.9551 290.4404 272.9463 + C 291.0225 273.7197 293.2485 276.1367 294.6016 278.749 + C 295.8125 281.083 296.8906 281.75 298.375 283.9756 + C 298.811 284.627 300.4995 286.9238 300.9912 288.7402 + C 301.543 290.5117 301.356 292.7354 301.5679 293.6514 + C 301.8721 294.9727 303.1182 297.8379 303.2129 299.457 + C 303.2666 300.3721 299.3916 298.1504 297.5532 298.1504 + C 295.7144 298.1504 293.9233 299.251 292.2808 299.3301 + C 290.248 299.4258 288.9414 297.7627 287.1025 298.0518 + C 286.0518 298.2207 285.167 299.1465 283.3311 299.2148 + C 280.7178 299.3096 277.5244 297.7627 271.5264 297.9561 + C 265.6255 298.1475 260.1753 305.4121 259.4312 306.5674 + C 258.5605 307.9219 257.4961 307.9219 256.335 306.8574 + C 255.1738 305.7939 253.7432 306.6299 253.3359 307.3438 + C 252.5615 308.6963 250.4927 312.6553 247.2881 313.4854 + C 242.8564 314.6338 240.6118 311.0313 240.9033 308.1641 + C 241.1987 305.2539 243.0801 304.4395 243.9512 302.8926 + C 244.8213 301.3438 245.2671 300.3457 246.9053 299.6621 + C 248.0674 299.1768 248.5 298.4609 248.1533 297.5068 + C 247.8506 296.6768 246.6416 296.4873 245.8477 296.4492 + C 244.1592 296.3672 242.9756 296.8262 242.1123 297.376 + C 241.1084 298.0176 240.292 298.9043 239.416 300.416 + C 238.4023 302.0801 236.8052 302.8086 234.9453 302.8086 + C 234.0586 302.8086 233.2295 302.5723 232.4922 302.1934 + C 229.5771 300.6748 226.1064 299.7773 222.3706 299.7773 + L 218.1572 299.7744 + C 226.2363 275.8105 248.8965 258.5527 275.5859 258.5527 + C 296.9063 258.5527 315.6538 269.5635 326.4531 286.209 + " /> + + <!-- nose shadow --> + <path fill="black" d=" + M 288.9307 291.7637 + C 289.2422 291.46 289.7793 290.4375 289.1226 289.1396 + C 288.7544 288.4521 288.3579 287.9678 287.6489 287.4023 + C 286.7969 286.7188 285.1309 285.9307 282.8457 287.3799 + C 281.6172 288.1592 281.543 288.4209 279.8467 288.2012 + C 278.6348 288.043 278.1533 289.2656 278.5884 290.2832 + C 279.0244 291.2969 280.8145 292.1191 283.04 290.8135 + C 284.041 290.2256 285.6025 288.9844 286.9688 290.084 + C 287.5356 290.5381 287.875 290.8408 288.6611 291.75 + C 288.6963 291.7881 288.7461 291.8105 288.8018 291.8105 + C 288.8516 291.8105 288.8965 291.793 288.9307 291.7637 + " /> + + <!-- The Shadowman's red hat --> + <path fill="#cc0000" d=" + M 309.7769 335.2627 + C 309.1787 333.251 308.3271 330.6763 304.5391 328.7314 + C 303.9878 328.4497 303.7764 328.9126 304.0313 329.3477 + C 305.4629 331.7832 305.7168 332.3921 306.1328 333.3525 + C 306.7148 334.7568 307.02 336.7549 305.8618 340.9219 + C 303.5835 349.1221 298.8296 360.083 295.375 363.6392 + C 292.04 367.0698 285.998 368.0361 280.5371 366.6348 + C 278.5264 366.1191 274.5918 364.0732 267.2939 365.7168 + C 254.665 368.5605 252.7939 362.2368 252.0693 359.4824 + C 251.3438 356.7271 249.6045 348.897 249.6045 348.897 + C 249.0244 345.7085 248.2646 340.1631 267.874 336.4287 + C 277.0088 334.6885 277.4736 332.3276 277.8779 330.6289 + C 278.603 327.585 279.7627 325.8438 281.0674 324.9746 + C 282.373 324.1035 281.0674 323.3828 279.6187 323.2349 + C 275.7285 322.8311 261.3491 326.9541 252.8428 331.7881 + C 245.8828 336.0415 245.7656 339.8721 247.3584 343.1211 + C 236.8452 344.2573 228.9561 342.1348 227.5254 337.1582 + C 225.0693 328.6157 246.3047 314.0264 270.4839 306.7061 + C 295.8579 299.0225 321.9556 304.3857 324.8564 320.335 + C 326.1738 327.5811 320.0713 332.9419 309.7769 335.2627 + " /> + + <!-- shadow on hat --> + <path fill="black" d=" + M 270.8711 350.8813 + C 263.8721 350.375 263.145 349.6191 261.834 348.2227 + C 259.9854 346.2539 257.5508 350.7773 257.5508 350.7773 + C 256.0898 351.085 254.3179 353.4404 255.2744 355.6411 + C 256.2158 357.8174 257.9551 357.1641 258.5 356.4868 + C 259.1626 355.6621 260.5771 354.3125 262.4141 354.3613 + C 264.251 354.4097 266.3706 354.7959 269.3262 354.7959 + C 272.3213 354.7959 274.335 353.6777 274.4487 352.7168 + C 274.5459 351.8965 274.2061 351.1226 270.8711 350.8813 + " /> + + <!-- another shadow on hat --> + <path fill="black" d=" + M 278.2236 362.4463 + C 278.2129 362.4453 278.2021 362.4438 278.1919 362.4438 + C 278.084 362.4438 277.9961 362.5273 277.9961 362.6274 + C 277.9961 362.7007 278.041 362.7646 278.106 362.7939 + C 279.4629 363.5107 281.4873 364.0811 283.8042 364.3169 + C 284.499 364.3887 285.1787 364.4248 285.832 364.4307 + C 285.9478 364.4307 286.0615 364.4297 286.1787 364.4277 + C 290.062 364.3398 293.1719 362.7974 293.1255 360.9814 + C 293.0791 359.165 289.8955 357.7637 286.0112 357.8506 + C 284.7529 357.8794 283.5732 358.0615 282.5576 358.3545 + C 282.4385 358.3857 282.3506 358.4883 282.3506 358.6094 + C 282.3506 358.731 282.4385 358.834 282.5605 358.8638 + C 284.9839 359.4248 286.6191 360.3408 286.5039 361.207 + C 286.3511 362.3545 283.1816 362.979 279.4248 362.6011 + C 279.0137 362.5596 278.6118 362.5068 278.2236 362.4463 + " /> + + <!-- ® for The Shadowman --> + <path fill="black" d=" + M 588.3018 288.9707 + L 588.8369 288.9707 + L 589.6426 287.6445 + L 590.1626 287.6445 + L 589.2905 288.9937 + C 589.7422 289.0498 590.085 289.2881 590.085 289.834 + C 590.085 290.4385 589.7275 290.7051 589.0034 290.7051 + L 587.8384 290.7051 + L 587.8384 287.6445 + L 588.3018 287.6445 + L 588.3018 288.9707 + + M 588.3018 289.3643 + L 588.3018 290.3101 + L 588.9336 290.3101 + C 589.2549 290.3101 589.5996 290.2402 589.5996 289.8647 + C 589.5996 289.3916 589.251 289.3643 588.8584 289.3643 + L 588.3018 289.3643 + " /> + + <path fill="black" d=" + M 591.8457 289.1719 + C 591.8457 287.5176 590.5059 286.1763 588.8511 286.1763 + C 587.1968 286.1763 585.8545 287.5176 585.8545 289.1719 + C 585.8545 290.8271 587.1968 292.1675 588.8511 292.1675 + C 590.5059 292.1675 591.8457 290.8271 591.8457 289.1719 + + M 588.8511 291.6367 + C 587.4883 291.6367 586.3853 290.5332 586.3853 289.1719 + C 586.3853 287.8096 587.4883 286.7061 588.8511 286.7061 + C 590.21 286.7061 591.3135 287.8096 591.3135 289.1719 + C 591.3135 290.5332 590.21 291.6367 588.8511 291.6367 + " /> + + </g> + </g> + </defs> <g fill="black"> - <!-- freedesktop.org logo at upper-right --> - <use xlink:href="#freedesktop_org_logo" transform="translate(910, 12)" /> - <g font-family="Frutiger"> - <use xlink:href="#cairo_logo_with_text" transform="translate(256, 420)" /> + <rect x="0" y="0" width="341" height="768" fill="#162284"/> + + <use xlink:href="#cairo_logo_with_text" fill="white" transform="translate(170, 420)" /> - <g id="slide_title" transform="translate(512, 80)"> + <use xlink:href="#redhat_logo_horizontal" + transform="translate(826,768),scale(.5,.5),translate(0,-125)"/> + + <g id="slide_title" transform="translate(683, 80)"> <text text-anchor="middle" fill="black" + font-weight="bold" x="0" - y="10" font-size="55" + y="10" font-size="50" ss:variable="presentation">Presentation Title</text> </g> diff --git a/doc/tutorial/slides/cairo.svg b/doc/tutorial/slides/cairo.svg index 133a31f2..b1691ea9 100644 --- a/doc/tutorial/slides/cairo.svg +++ b/doc/tutorial/slides/cairo.svg @@ -36,7 +36,7 @@ <circle cx="2" cy="2" r="0.7" /> </g> </g> - <g id="scarab" fill="#3B80AE"> + <g id="scarab" fill="#f19a14"> <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"/> @@ -106,6 +106,58 @@ </g> <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" + 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> + </g> <!-- scarab dimensions: 300x340 --> <!-- dung dimensions: 120x120 (radius: 60) --> @@ -114,59 +166,59 @@ <g id="cairo_logo"> <!-- dimensions: 300x400, centered --> <!-- The logo (scarab and dung), with the center-point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, -140)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, -140)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, 30)" /> </g> <g id="cairo_logo_dung-centered"> <!-- The logo (scarab and dung), with the dung at (0,0), the scarab below --> - <use xlink:href="#dung" x="0" y="0" /> + <use xlink:href="#dung_2_color" x="0" y="0" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0,170)" /> </g> <g id="cairo_logo_scarab-centered"> <!-- The logo (scarab and dung), with the scarab's rotational center at (0,0), the dung above --> <!-- The scarab's rotational center in this case is not the center of its bounding box, but is calculated to be the intersection-point of the torso, spine and wings --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, -175.85)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, -175.85)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, -5.85)" /> </g> <g id="cairo_logo_top-centered"> <!-- The logo (scarab and dung), with the top-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, 60)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, 60)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, 230)" /><!-- (0,170+60) --> </g> <g id="cairo_logo_bottom-centered"> <!-- The logo (scarab and dung), with the bottom-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(0, -340)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(0, -340)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(0, -170)" /> </g> <g id="cairo_logo_right-centered"> <!-- The logo (scarab and dung), with the right-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(-150, -140)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(-150, -140)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(-150, 30)" /> </g> <g id="cairo_logo_left-centered"> <!-- The logo (scarab and dung), with the left-center point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(150, -140)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(150, -140)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(150, 30)" /> </g> <g id="cairo_logo_topleft-centered"> <!-- The logo (scarab and dung), with the top-left point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(150, 60)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(150, 60)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(150, 230)" /><!-- (150, 170+60) --> </g> <g id="cairo_logo_topright-centered"> <!-- The logo (scarab and dung), with the top-right point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(-150, 60)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(-150, 60)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(-150, 230)" /><!-- (-150,170+60) --> </g> <g id="cairo_logo_bottomleft-centered"> <!-- The logo (scarab and dung), with the bottom-left point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(150, -340)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(150, -340)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(150, -170)" /> </g> <g id="cairo_logo_bottomright-centered"> <!-- The logo (scarab and dung), with the bottom-right point of the bounding box at (0,0) --> - <use xlink:href="#dung" x="0" y="0" transform="translate(-150, -340)" /> + <use xlink:href="#dung_2_color" x="0" y="0" transform="translate(-150, -340)" /> <use xlink:href="#scarab" x="0" y="0" transform="translate(-150, -170)" /> </g> @@ -410,7 +462,7 @@ <g id="cairo_logo_text_small"> <!-- The logo on the left, the text 'cairo' on the right --> <use xlink:href="#cairo_logo_bottomleft-centered" transform="translate(0, 78), scale(0.1944)" /> - <use xlink:href="#cairo_text_small" transform="translate(175,82)"/> + <use xlink:href="#cairo_text_small" fill="white" transform="translate(175,82)"/> </g> <g id="cairo_logo_with_text"> @@ -816,48 +868,33 @@ </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 --> - <rect x="0" y="0" width="1024" height="50" fill="#3B80AE" fill-opacity="0.3" /> + <rect x="0" y="0" width="1024" height="170" fill="#162284" /> <!-- Scarab and "cairo" at upper-left --> <g transform="translate(10,0)"> - <use xlink:href="#cairo_logo_text_small"/> + <use stroke="none" xlink:href="#cairo_logo_text_small"/> </g> - <!-- Presentation title at upper-left --> - <text ss:variable="presentation-subtitle" x="260" y="50" font-size="20">Presentation Sub-title</text> - - <!-- freedesktop.org logo at upper-right --> - <use xlink:href="#freedesktop_org_logo" transform="translate(910, 12)" /> + <!-- Presentation title at upper-right --> + <text ss:variable="presentation-subtitle" text-anchor="end" + fill="white" x="1016" y="28" font-size="20">Presentation Sub-title</text> <!-- Red Hat logo at lower-left --> <use xlink:href="#redhat_logo_horizontal" transform="translate(8,768),scale(.5,.5),translate(0, -125)" /> <g font-family="Frutiger"> <!-- Slide title --> - <g id="slide_title" transform="translate(512, 153)"> - <rect stroke="#bababa" fill="none" - x="-365.5" - y="-55.5" - width="731" - height="81" - rx="10" ry="10" - /> - <rect fill="#bababa" fill-opacity="0.3" - x="-360" - y="-50" - width="720" - height="70" - rx="10" ry="10" - /> + <g id="slide_title" transform="translate(512, 133)"> <text text-anchor="middle" - fill="black" + fill="white" + font-weight="bold" x="0" y="4" font-size="55" - ss:variable="title">Slide Title</text> + ss:variable="title">Really long slide title so you can see</text> </g> <!-- Slide content --> diff --git a/doc/tutorial/slides/tutorial.xml b/doc/tutorial/slides/tutorial.xml index eae9360f..3224bea2 100644 --- a/doc/tutorial/slides/tutorial.xml +++ b/doc/tutorial/slides/tutorial.xml @@ -6,8 +6,8 @@ > <slides theme="cairo" - presentation="How to Recognize Ugly Graphics" - presentation-subtitle="How to recognize ugly graphics—and what you can do about it." + presentation="Drawing with cairo" + presentation-subtitle="drawing with cairo" URL="http://cairographics.org" bullet="bullet"> |