Author: crossley
Date: Sun Apr 10 22:17:44 2005
New Revision: 160835

URL: http://svn.apache.org/viewcvs?view=rev&rev=160835
Log:
Try to stop the text being chopped in the generated graphic.

Modified:
    
forrest/trunk/plugins/IMSManifest/src/documentation/content/xdocs/images/project.svg
    
forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/documentation/content/xdocs/images/project.svg
    
forrest/trunk/plugins/org.apache.forrest.plugin.dtdx-input/src/documentation/content/xdocs/images/project.svg
    
forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/content/xdocs/images/project.svg
    
forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/content/xdocs/images/project.svg
    
forrest/trunk/plugins/org.apache.forrest.plugin.logs/src/documentation/content/xdocs/images/project.svg
    
forrest/trunk/plugins/org.apache.forrest.plugin.pdf-output/src/documentation/content/xdocs/images/project.svg
    
forrest/trunk/plugins/org.apache.forrest.plugin.photoGallery/src/documentation/content/xdocs/images/project.svg
    
forrest/trunk/plugins/org.apache.forrest.plugin.pod-output/src/documentation/content/xdocs/images/project.svg
    
forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/content/xdocs/images/project.svg
    
forrest/trunk/plugins/org.apache.forrest.plugin.view/src/documentation/content/xdocs/images/project.svg
    
forrest/trunk/plugins/org.apache.forrest.plugin.viewHelper/src/documentation/content/xdocs/images/project.svg
    
forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/images/project.svg
    
forrest/trunk/plugins/rtf-output/src/documentation/content/xdocs/images/project.svg
    
forrest/trunk/plugins/simplified-docbook/src/documentation/content/xdocs/images/project.svg
    
forrest/trunk/plugins/wiki/src/documentation/content/xdocs/images/project.svg

Modified: 
forrest/trunk/plugins/IMSManifest/src/documentation/content/xdocs/images/project.svg
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/IMSManifest/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160834&r2=160835
==============================================================================
--- 
forrest/trunk/plugins/IMSManifest/src/documentation/content/xdocs/images/project.svg
 (original)
+++ 
forrest/trunk/plugins/IMSManifest/src/documentation/content/xdocs/images/project.svg
 Sun Apr 10 22:17:44 2005
@@ -38,7 +38,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xsl:version="1.0"
      xmlns:for="http://apache.org/forrest";
-     width="220" height="65" >
+     width="420" height="65" >
   <title>Anteater logo</title>
 
   <defs>
@@ -61,7 +61,7 @@
       <stop style="stop-color:lightgreen" offset="1"/>
     </linearGradient>
 
-    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
       <!-- Takes the alpha channel (black outline of the text), blurs it and 
saves as 'blur' -->
       <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
       <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 
'offsetBlur' -->
@@ -75,7 +75,7 @@
   </defs>
 
   <g filter="url(#shadowFilter)" fill="url(#gradient)">
-    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; 
text-anchor: middle" >
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; 
text-anchor: end" >
     <for:project-name />
     </text>
   </g>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/documentation/content/xdocs/images/project.svg
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160834&r2=160835
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/documentation/content/xdocs/images/project.svg
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.OpenOffice.org/src/documentation/content/xdocs/images/project.svg
 Sun Apr 10 22:17:44 2005
@@ -38,7 +38,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xsl:version="1.0"
      xmlns:for="http://apache.org/forrest";
-     width="220" height="65" >
+     width="420" height="65" >
   <title>Anteater logo</title>
 
   <defs>
@@ -61,7 +61,7 @@
       <stop style="stop-color:lightgreen" offset="1"/>
     </linearGradient>
 
-    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
       <!-- Takes the alpha channel (black outline of the text), blurs it and 
saves as 'blur' -->
       <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
       <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 
'offsetBlur' -->
@@ -75,7 +75,7 @@
   </defs>
 
   <g filter="url(#shadowFilter)" fill="url(#gradient)">
-    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; 
text-anchor: middle" >
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; 
text-anchor: end" >
     <for:project-name />
     </text>
   </g>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.dtdx-input/src/documentation/content/xdocs/images/project.svg
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.dtdx-input/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160834&r2=160835
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.dtdx-input/src/documentation/content/xdocs/images/project.svg
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.dtdx-input/src/documentation/content/xdocs/images/project.svg
 Sun Apr 10 22:17:44 2005
@@ -38,7 +38,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xsl:version="1.0"
      xmlns:for="http://apache.org/forrest";
-     width="220" height="65" >
+     width="420" height="65" >
   <title>Anteater logo</title>
 
   <defs>
@@ -61,7 +61,7 @@
       <stop style="stop-color:lightgreen" offset="1"/>
     </linearGradient>
 
-    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
       <!-- Takes the alpha channel (black outline of the text), blurs it and 
saves as 'blur' -->
       <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
       <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 
'offsetBlur' -->
@@ -75,7 +75,7 @@
   </defs>
 
   <g filter="url(#shadowFilter)" fill="url(#gradient)">
-    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; 
text-anchor: middle" >
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; 
text-anchor: end" >
     <for:project-name />
     </text>
   </g>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/content/xdocs/images/project.svg
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160834&r2=160835
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/content/xdocs/images/project.svg
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.feeder/src/documentation/content/xdocs/images/project.svg
 Sun Apr 10 22:17:44 2005
@@ -38,7 +38,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xsl:version="1.0"
      xmlns:for="http://apache.org/forrest";
-     width="220" height="65" >
+     width="420" height="65" >
   <title>Anteater logo</title>
 
   <defs>
@@ -61,7 +61,7 @@
       <stop style="stop-color:lightgreen" offset="1"/>
     </linearGradient>
 
-    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
       <!-- Takes the alpha channel (black outline of the text), blurs it and 
saves as 'blur' -->
       <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
       <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 
'offsetBlur' -->
@@ -75,7 +75,7 @@
   </defs>
 
   <g filter="url(#shadowFilter)" fill="url(#gradient)">
-    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; 
text-anchor: middle" >
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; 
text-anchor: end" >
     <for:project-name />
     </text>
   </g>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/content/xdocs/images/project.svg
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160834&r2=160835
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/content/xdocs/images/project.svg
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.htmlArea/src/documentation/content/xdocs/images/project.svg
 Sun Apr 10 22:17:44 2005
@@ -38,7 +38,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xsl:version="1.0"
      xmlns:for="http://apache.org/forrest";
-     width="220" height="65" >
+     width="420" height="65" >
   <title>Anteater logo</title>
 
   <defs>
@@ -61,7 +61,7 @@
       <stop style="stop-color:lightgreen" offset="1"/>
     </linearGradient>
 
-    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
       <!-- Takes the alpha channel (black outline of the text), blurs it and 
saves as 'blur' -->
       <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
       <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 
'offsetBlur' -->
@@ -75,7 +75,7 @@
   </defs>
 
   <g filter="url(#shadowFilter)" fill="url(#gradient)">
-    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; 
text-anchor: middle" >
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; 
text-anchor: end" >
     <for:project-name />
     </text>
   </g>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.logs/src/documentation/content/xdocs/images/project.svg
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.logs/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160834&r2=160835
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.logs/src/documentation/content/xdocs/images/project.svg
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.logs/src/documentation/content/xdocs/images/project.svg
 Sun Apr 10 22:17:44 2005
@@ -38,7 +38,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xsl:version="1.0"
      xmlns:for="http://apache.org/forrest";
-     width="220" height="65" >
+     width="420" height="65" >
   <title>Anteater logo</title>
 
   <defs>
@@ -61,7 +61,7 @@
       <stop style="stop-color:lightgreen" offset="1"/>
     </linearGradient>
 
-    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
       <!-- Takes the alpha channel (black outline of the text), blurs it and 
saves as 'blur' -->
       <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
       <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 
'offsetBlur' -->
@@ -75,7 +75,7 @@
   </defs>
 
   <g filter="url(#shadowFilter)" fill="url(#gradient)">
-    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; 
text-anchor: middle" >
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; 
text-anchor: end" >
     <for:project-name />
     </text>
   </g>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.pdf-output/src/documentation/content/xdocs/images/project.svg
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.pdf-output/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160834&r2=160835
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.pdf-output/src/documentation/content/xdocs/images/project.svg
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.pdf-output/src/documentation/content/xdocs/images/project.svg
 Sun Apr 10 22:17:44 2005
@@ -38,7 +38,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xsl:version="1.0"
      xmlns:for="http://apache.org/forrest";
-     width="220" height="65" >
+     width="420" height="65" >
   <title>Anteater logo</title>
 
   <defs>
@@ -61,7 +61,7 @@
       <stop style="stop-color:lightgreen" offset="1"/>
     </linearGradient>
 
-    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
       <!-- Takes the alpha channel (black outline of the text), blurs it and 
saves as 'blur' -->
       <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
       <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 
'offsetBlur' -->
@@ -75,7 +75,7 @@
   </defs>
 
   <g filter="url(#shadowFilter)" fill="url(#gradient)">
-    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; 
text-anchor: middle" >
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; 
text-anchor: end" >
     <for:project-name />
     </text>
   </g>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.photoGallery/src/documentation/content/xdocs/images/project.svg
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.photoGallery/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160834&r2=160835
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.photoGallery/src/documentation/content/xdocs/images/project.svg
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.photoGallery/src/documentation/content/xdocs/images/project.svg
 Sun Apr 10 22:17:44 2005
@@ -38,7 +38,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xsl:version="1.0"
      xmlns:for="http://apache.org/forrest";
-     width="220" height="65" >
+     width="420" height="65" >
   <title>Anteater logo</title>
 
   <defs>
@@ -61,7 +61,7 @@
       <stop style="stop-color:lightgreen" offset="1"/>
     </linearGradient>
 
-    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
       <!-- Takes the alpha channel (black outline of the text), blurs it and 
saves as 'blur' -->
       <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
       <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 
'offsetBlur' -->
@@ -75,7 +75,7 @@
   </defs>
 
   <g filter="url(#shadowFilter)" fill="url(#gradient)">
-    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; 
text-anchor: middle" >
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; 
text-anchor: end" >
     <for:project-name />
     </text>
   </g>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.pod-output/src/documentation/content/xdocs/images/project.svg
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.pod-output/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160834&r2=160835
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.pod-output/src/documentation/content/xdocs/images/project.svg
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.pod-output/src/documentation/content/xdocs/images/project.svg
 Sun Apr 10 22:17:44 2005
@@ -38,7 +38,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xsl:version="1.0"
      xmlns:for="http://apache.org/forrest";
-     width="220" height="65" >
+     width="420" height="65" >
   <title>Anteater logo</title>
 
   <defs>
@@ -61,7 +61,7 @@
       <stop style="stop-color:lightgreen" offset="1"/>
     </linearGradient>
 
-    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
       <!-- Takes the alpha channel (black outline of the text), blurs it and 
saves as 'blur' -->
       <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
       <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 
'offsetBlur' -->
@@ -75,7 +75,7 @@
   </defs>
 
   <g filter="url(#shadowFilter)" fill="url(#gradient)">
-    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; 
text-anchor: middle" >
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; 
text-anchor: end" >
     <for:project-name />
     </text>
   </g>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/content/xdocs/images/project.svg
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160834&r2=160835
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/content/xdocs/images/project.svg
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.text-output/src/documentation/content/xdocs/images/project.svg
 Sun Apr 10 22:17:44 2005
@@ -38,7 +38,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xsl:version="1.0"
      xmlns:for="http://apache.org/forrest";
-     width="220" height="65" >
+     width="420" height="65" >
   <title>Anteater logo</title>
 
   <defs>
@@ -61,7 +61,7 @@
       <stop style="stop-color:lightgreen" offset="1"/>
     </linearGradient>
 
-    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
       <!-- Takes the alpha channel (black outline of the text), blurs it and 
saves as 'blur' -->
       <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
       <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 
'offsetBlur' -->
@@ -75,7 +75,7 @@
   </defs>
 
   <g filter="url(#shadowFilter)" fill="url(#gradient)">
-    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; 
text-anchor: middle" >
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; 
text-anchor: end" >
     <for:project-name />
     </text>
   </g>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.view/src/documentation/content/xdocs/images/project.svg
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.view/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160834&r2=160835
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.view/src/documentation/content/xdocs/images/project.svg
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.view/src/documentation/content/xdocs/images/project.svg
 Sun Apr 10 22:17:44 2005
@@ -38,7 +38,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xsl:version="1.0"
      xmlns:for="http://apache.org/forrest";
-     width="220" height="65" >
+     width="420" height="65" >
   <title>Anteater logo</title>
 
   <defs>
@@ -61,7 +61,7 @@
       <stop style="stop-color:lightgreen" offset="1"/>
     </linearGradient>
 
-<filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
       <!-- Takes the alpha channel (black outline of the text), blurs it and 
saves as 'blur' -->
       <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
       <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 
'offsetBlur' -->
@@ -75,7 +75,7 @@
   </defs>
 
   <g filter="url(#shadowFilter)" fill="url(#gradient)">
-    <text x="51%" y="75%" style="font-size:16pt; font-family:Verdana ; 
text-anchor: middle" >
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; 
text-anchor: end" >
     <for:project-name />
     </text>
   </g>

Modified: 
forrest/trunk/plugins/org.apache.forrest.plugin.viewHelper/src/documentation/content/xdocs/images/project.svg
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/org.apache.forrest.plugin.viewHelper/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160834&r2=160835
==============================================================================
--- 
forrest/trunk/plugins/org.apache.forrest.plugin.viewHelper/src/documentation/content/xdocs/images/project.svg
 (original)
+++ 
forrest/trunk/plugins/org.apache.forrest.plugin.viewHelper/src/documentation/content/xdocs/images/project.svg
 Sun Apr 10 22:17:44 2005
@@ -38,7 +38,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xsl:version="1.0"
      xmlns:for="http://apache.org/forrest";
-     width="220" height="65" >
+     width="420" height="65" >
   <title>Anteater logo</title>
 
   <defs>
@@ -61,7 +61,7 @@
       <stop style="stop-color:lightgreen" offset="1"/>
     </linearGradient>
 
-    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
       <!-- Takes the alpha channel (black outline of the text), blurs it and 
saves as 'blur' -->
       <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
       <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 
'offsetBlur' -->
@@ -75,7 +75,7 @@
   </defs>
 
   <g filter="url(#shadowFilter)" fill="url(#gradient)">
-    <text x="51%" y="75%" style="font-size:12pt; font-family:Verdana ; 
text-anchor: middle" >
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; 
text-anchor: end" >
     <for:project-name />
     </text>
   </g>

Modified: 
forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/images/project.svg
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160834&r2=160835
==============================================================================
--- 
forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/images/project.svg
 (original)
+++ 
forrest/trunk/plugins/pluginTemplate/src/documentation/content/xdocs/images/project.svg
 Sun Apr 10 22:17:44 2005
@@ -38,7 +38,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xsl:version="1.0"
      xmlns:for="http://apache.org/forrest";
-     width="220" height="65" >
+     width="420" height="65" >
   <title>Anteater logo</title>
 
   <defs>
@@ -61,7 +61,7 @@
       <stop style="stop-color:lightgreen" offset="1"/>
     </linearGradient>
 
-        <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
       <!-- Takes the alpha channel (black outline of the text), blurs it and 
saves as 'blur' -->
       <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
       <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 
'offsetBlur' -->
@@ -75,7 +75,7 @@
   </defs>
 
   <g filter="url(#shadowFilter)" fill="url(#gradient)">
-    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; 
text-anchor: middle" >
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; 
text-anchor: end" >
     <for:project-name />
     </text>
   </g>

Modified: 
forrest/trunk/plugins/rtf-output/src/documentation/content/xdocs/images/project.svg
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/rtf-output/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160834&r2=160835
==============================================================================
--- 
forrest/trunk/plugins/rtf-output/src/documentation/content/xdocs/images/project.svg
 (original)
+++ 
forrest/trunk/plugins/rtf-output/src/documentation/content/xdocs/images/project.svg
 Sun Apr 10 22:17:44 2005
@@ -38,7 +38,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xsl:version="1.0"
      xmlns:for="http://apache.org/forrest";
-     width="220" height="65" >
+     width="420" height="65" >
   <title>Anteater logo</title>
 
   <defs>
@@ -61,7 +61,7 @@
       <stop style="stop-color:lightgreen" offset="1"/>
     </linearGradient>
 
-    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
       <!-- Takes the alpha channel (black outline of the text), blurs it and 
saves as 'blur' -->
       <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
       <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 
'offsetBlur' -->
@@ -75,7 +75,7 @@
   </defs>
 
   <g filter="url(#shadowFilter)" fill="url(#gradient)">
-    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; 
text-anchor: middle" >
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; 
text-anchor: end" >
     <for:project-name />
     </text>
   </g>

Modified: 
forrest/trunk/plugins/simplified-docbook/src/documentation/content/xdocs/images/project.svg
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/simplified-docbook/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160834&r2=160835
==============================================================================
--- 
forrest/trunk/plugins/simplified-docbook/src/documentation/content/xdocs/images/project.svg
 (original)
+++ 
forrest/trunk/plugins/simplified-docbook/src/documentation/content/xdocs/images/project.svg
 Sun Apr 10 22:17:44 2005
@@ -38,7 +38,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xsl:version="1.0"
      xmlns:for="http://apache.org/forrest";
-     width="220" height="65" >
+     width="420" height="65" >
   <title>Anteater logo</title>
 
   <defs>
@@ -61,7 +61,7 @@
       <stop style="stop-color:lightgreen" offset="1"/>
     </linearGradient>
 
-    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
       <!-- Takes the alpha channel (black outline of the text), blurs it and 
saves as 'blur' -->
       <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
       <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 
'offsetBlur' -->
@@ -75,7 +75,7 @@
   </defs>
 
   <g filter="url(#shadowFilter)" fill="url(#gradient)">
-    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; 
text-anchor: middle" >
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; 
text-anchor: end" >
     <for:project-name />
     </text>
   </g>

Modified: 
forrest/trunk/plugins/wiki/src/documentation/content/xdocs/images/project.svg
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/plugins/wiki/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160834&r2=160835
==============================================================================
--- 
forrest/trunk/plugins/wiki/src/documentation/content/xdocs/images/project.svg 
(original)
+++ 
forrest/trunk/plugins/wiki/src/documentation/content/xdocs/images/project.svg 
Sun Apr 10 22:17:44 2005
@@ -38,7 +38,7 @@
      xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
      xsl:version="1.0"
      xmlns:for="http://apache.org/forrest";
-     width="220" height="65" >
+     width="420" height="65" >
   <title>Anteater logo</title>
 
   <defs>
@@ -61,7 +61,7 @@
       <stop style="stop-color:lightgreen" offset="1"/>
     </linearGradient>
 
-    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
+    <filter id="shadowFilter" filterUnits="objectBoundingBox" width="1.4" 
height="1.4">
       <!-- Takes the alpha channel (black outline of the text), blurs it and 
saves as 'blur' -->
       <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/>
       <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 
'offsetBlur' -->
@@ -75,7 +75,7 @@
   </defs>
 
   <g filter="url(#shadowFilter)" fill="url(#gradient)">
-    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; 
text-anchor: middle" >
+    <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; 
text-anchor: end" >
     <for:project-name />
     </text>
   </g>