[cairo-commit] cairo-artwork ChangeLog, 1.8, 1.9 cairo_banner.png,
1.2, 1.3 cairo_banner.svg, 1.2, 1.3
Carl Worth
commit at pdx.freedesktop.org
Thu May 5 06:22:04 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo-artwork
In directory gabe:/tmp/cvs-serv15199
Modified Files:
ChangeLog cairo_banner.png cairo_banner.svg
Log Message:
* cairo_banner.png:
* cairo_banner.svg: Update banner to use cairo_text rather than
cairo_text_large. This way it's actually the right size for the
website.
Index: ChangeLog
===================================================================
RCS file: /cvs/cairo/cairo-artwork/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- ChangeLog 21 Apr 2005 17:07:22 -0000 1.8
+++ ChangeLog 5 May 2005 13:22:02 -0000 1.9
@@ -1,3 +1,10 @@
+2005-05-05 Carl Worth <cworth at cworth.org>
+
+ * cairo_banner.png:
+ * cairo_banner.svg: Update banner to use cairo_text rather than
+ cairo_text_large. This way it's actually the right size for the
+ website.
+
2005-04-22 Carl Worth <cworth at cworth.org>
* cairo-artwork_defs.svg:
Index: cairo_banner.png
===================================================================
RCS file: /cvs/cairo/cairo-artwork/cairo_banner.png,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
Binary files /tmp/cvsCR7j04 and /tmp/cvsuaiPcs differ
Index: cairo_banner.svg
===================================================================
RCS file: /cvs/cairo/cairo-artwork/cairo_banner.svg,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- cairo_banner.svg 21 Apr 2005 17:07:22 -0000 1.2
+++ cairo_banner.svg 5 May 2005 13:22:02 -0000 1.3
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="510" height="120" >
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="350" height="88" >
<defs id="cairo-artwork_defs">
<g id="hacker_emblem">
<!-- Note: This is similar though not identical to Keith Packard's SVG version
@@ -166,6 +166,31 @@
</g>
<g id="cairo_text">
+ <!-- text 'cairo' -->
+ <g transform="translate(-94,-66)">
+ <g transform="translate(-9,66)" fill="black"
+ font-family="Bitstream Vera Sans Mono"
+ font-size="90">
+
+ <text>c</text>
+ <g transform="translate(44,0)">
+ <text>a</text>
+ <g transform="translate(46,0)">
+ <rect x="8" y="0" width="9" height="-49"/>
+ <circle cx="12.5" cy="-61.5" r="4.5"/>
+ <g transform="translate(8,0)">
+ <text>r</text>
+ <g transform="translate(47,0)">
+ <text>o</text>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+ </g>
+
+ <g id="cairo_text_large">
<!-- text: 'cairo' -->
<!-- dimensions: 258x94 bottom-centered on cairo_text_i -->
<!-- rough equivalent: <text text-anchor="middle" x="0" y="0" font-size="128">cairo</text> -->
@@ -196,20 +221,22 @@
<!-- 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 -->
<use xlink:href="#cairo_logo_top-centered" transform="translate(0, -245)" />
- <use xlink:href="#cairo_text" transform="translate(0, 245)" />
+ <use xlink:href="#cairo_text_large" transform="translate(0, 245)" />
</g>
<g id="cairo_banner">
- <!-- The logo on the left, the text 'cairo' in the center, and a mirror image of the logo on the right -->
- <!-- The logos are scaled such that the scarab body nearly matches the height of the text characters (excepting the 'i')
- and the dung should nearly aligns with the dot of the 'i'. The bottoms of the logos are aligned with the bottom of the text. -->
- <!-- dimensions: 500x110, centered -->
- <use xlink:href="#cairo_logo_bottomleft-centered" transform="translate(-250, 55), scale(0.27)" />
- <use xlink:href="#cairo_text" transform="translate(0, 50)" fill="black" />
- <use xlink:href="#cairo_logo_bottomleft-centered" transform="translate(250, 55), scale(0.27), scale(-1, 1)" />
+ <!-- The logo on the left, the text 'cairo' in the center, and a mirror image of the logo on the right -->
+ <!-- The logos are scaled such that the scarab body nearly matches the height of the text characters (excepting the 'i')
+ and the dung should nearly aligns with the dot of the 'i'. The bottoms of the logos are aligned with the bottom of the text. -->
+ <!-- dimensions: 350x88, centered -->
+ <g transform="translate(-3,0)">
+ <use xlink:href="#cairo_logo_bottomleft-centered" transform="translate(-175, 37), scale(0.21)" />
+ <use xlink:href="#cairo_text" transform="translate(0, 32)" fill="black" />
+ <use xlink:href="#cairo_logo_bottomleft-centered" transform="translate(171, 37), scale(0.21), scale(-1, 1)" />
+ </g>
</g>
</defs>
<g transform="translate(5, 5)">
- <use xlink:href="#cairo_banner" transform="translate(250, 55)" />
+ <use xlink:href="#cairo_banner" transform="translate(175, 44)" />
</g>
</svg>
More information about the cairo-commit
mailing list