Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/images/project.svg URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/images/project.svg?rev=890656&r1=890655&r2=890656&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/images/project.svg (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/images/project.svg Tue Dec 15 06:12:37 2009 @@ -15,13 +15,13 @@ See the License for the specific language governing permissions and limitations under the License. --> -<!-- - SVG Anteater logo -To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the +<!-- +To get started with SVG, recommend getting the Adobe SVG plugin, and the xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the SVG spec (http://www.w3.org/TR/SVG/) as a reference. --> + <!-- See Forrest Issue: FOR-229 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.0//EN" "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd" @@ -32,11 +32,15 @@ ]> --> <svg xmlns="http://www.w3.org/2000/svg" -xmlns:xlink="http://www.w3.org/1999/xlink" -xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0" -xmlns:for="http://apache.org/forrest" width="420" height="65"> - <title>Anteater logo</title> + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:xsl="http://www.w3.org/1999/XSL/Transform" + xsl:version="1.0" + xmlns:for="http://apache.org/forrest" + width="520" height="65" > + <title>Project logo</title> + <defs> + <!-- <radialGradient id="radialGradient"> <stop style="stop-color:gold" offset="0"/> @@ -49,26 +53,28 @@ <stop style="stop-color:crimson" offset="1"/> </linearGradient> --> + <linearGradient id="gradient" x1="0" y1="0" x2="0" y2="1"> - <stop style="stop-color:white" offset="0" /> - <stop style="stop-color:lightgreen" offset="1" /> + <stop style="stop-color:white" offset="0"/> + <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" /> + <feGaussianBlur in="SourceAlpha" stdDeviation="2 2" result="blur"/> <!-- Takes saved 'blur' and offsets it by 4 pixels, saves as 'offsetBlur' --> - <feOffset in="blur" dx="4" dy="4" result="offsetBlur" /> + <feOffset in="blur" dx="4" dy="4" result="offsetBlur"/> <!-- Merges SourceGraphic (original image) and 'offsetBlur', putting the former 'over' the latter, and using the merged result as the finished image --> - <feComposite in="SourceGraphic" in2="offsetBlur" operator="over" /> + <feComposite in="SourceGraphic" in2="offsetBlur" operator="over"/> </filter> + </defs> + <g filter="url(#shadowFilter)" fill="url(#gradient)"> - <text x="100%" y="60%" - style="font-size:24pt; font-family:Verdana ; text-anchor: end"> - <for:project-name /> + <text x="99%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > + <for:project-name /> </text> </g> </svg>
Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/images/project.svg URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/images/project.svg?rev=890656&r1=890655&r2=890656&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/images/project.svg (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.xhtml2/src/documentation/content/xdocs/images/project.svg Tue Dec 15 06:12:37 2009 @@ -17,9 +17,7 @@ --> <!-- - SVG Anteater logo - -To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the +To get started with SVG, recommend getting the Adobe SVG plugin, and the xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the SVG spec (http://www.w3.org/TR/SVG/) as a reference. --> @@ -38,8 +36,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0" xmlns:for="http://apache.org/forrest" - width="420" height="65" > - <title>Anteater logo</title> + width="520" height="65" > + <title>Project logo</title> <defs> @@ -75,7 +73,7 @@ </defs> <g filter="url(#shadowFilter)" fill="url(#gradient)"> - <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > + <text x="99%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > <for:project-name /> </text> </g> Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/src/documentation/content/xdocs/images/project.svg URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/src/documentation/content/xdocs/images/project.svg?rev=890656&r1=890655&r2=890656&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/src/documentation/content/xdocs/images/project.svg (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Anakia/src/documentation/content/xdocs/images/project.svg Tue Dec 15 06:12:37 2009 @@ -17,9 +17,7 @@ --> <!-- - SVG Anteater logo - -To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the +To get started with SVG, recommend getting the Adobe SVG plugin, and the xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the SVG spec (http://www.w3.org/TR/SVG/) as a reference. --> @@ -38,8 +36,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0" xmlns:for="http://apache.org/forrest" - width="420" height="65" > - <title>Anteater logo</title> + width="520" height="65" > + <title>Project logo</title> <defs> @@ -75,7 +73,7 @@ </defs> <g filter="url(#shadowFilter)" fill="url(#gradient)"> - <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > + <text x="99%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > <for:project-name /> </text> </g> Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/images/project.svg URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/images/project.svg?rev=890656&r1=890655&r2=890656&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/images/project.svg (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.Chart/src/documentation/content/xdocs/images/project.svg Tue Dec 15 06:12:37 2009 @@ -17,9 +17,7 @@ --> <!-- - SVG Anteater logo - -To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the +To get started with SVG, recommend getting the Adobe SVG plugin, and the xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the SVG spec (http://www.w3.org/TR/SVG/) as a reference. --> @@ -38,8 +36,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0" xmlns:for="http://apache.org/forrest" - width="220" height="65" > - <title>Anteater logo</title> + width="520" height="65" > + <title>Project logo</title> <defs> @@ -61,7 +59,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 +73,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="99%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > <for:project-name /> </text> </g> Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/images/project.svg URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/images/project.svg?rev=890656&r1=890655&r2=890656&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/images/project.svg (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.OOo/src/documentation/content/xdocs/images/project.svg Tue Dec 15 06:12:37 2009 @@ -17,9 +17,7 @@ --> <!-- - SVG Anteater logo - -To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the +To get started with SVG, recommend getting the Adobe SVG plugin, and the xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the SVG spec (http://www.w3.org/TR/SVG/) as a reference. --> @@ -38,8 +36,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0" xmlns:for="http://apache.org/forrest" - width="420" height="65" > - <title>Anteater logo</title> + width="520" height="65" > + <title>Project logo</title> <defs> @@ -75,7 +73,7 @@ </defs> <g filter="url(#shadowFilter)" fill="url(#gradient)"> - <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > + <text x="99%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > <for:project-name /> </text> </g> Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/src/documentation/content/xdocs/images/project.svg URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/src/documentation/content/xdocs/images/project.svg?rev=890656&r1=890655&r2=890656&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/src/documentation/content/xdocs/images/project.svg (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.htmlArea/src/documentation/content/xdocs/images/project.svg Tue Dec 15 06:12:37 2009 @@ -17,9 +17,7 @@ --> <!-- - SVG Anteater logo - -To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the +To get started with SVG, recommend getting the Adobe SVG plugin, and the xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the SVG spec (http://www.w3.org/TR/SVG/) as a reference. --> @@ -38,8 +36,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0" xmlns:for="http://apache.org/forrest" - width="420" height="65" > - <title>Anteater logo</title> + width="520" height="65" > + <title>Project logo</title> <defs> @@ -75,7 +73,7 @@ </defs> <g filter="url(#shadowFilter)" fill="url(#gradient)"> - <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > + <text x="99%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > <for:project-name /> </text> </g> Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.iCal/src/documentation/content/xdocs/images/project.svg URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.iCal/src/documentation/content/xdocs/images/project.svg?rev=890656&r1=890655&r2=890656&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.iCal/src/documentation/content/xdocs/images/project.svg (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.iCal/src/documentation/content/xdocs/images/project.svg Tue Dec 15 06:12:37 2009 @@ -17,9 +17,7 @@ --> <!-- - SVG Anteater logo - -To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the +To get started with SVG, recommend getting the Adobe SVG plugin, and the xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the SVG spec (http://www.w3.org/TR/SVG/) as a reference. --> @@ -38,8 +36,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0" xmlns:for="http://apache.org/forrest" - width="420" height="65" > - <title>Anteater logo</title> + width="520" height="65" > + <title>Project logo</title> <defs> @@ -75,7 +73,7 @@ </defs> <g filter="url(#shadowFilter)" fill="url(#gradient)"> - <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > + <text x="99%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > <for:project-name /> </text> </g> Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/src/documentation/content/xdocs/images/project.svg URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/src/documentation/content/xdocs/images/project.svg?rev=890656&r1=890655&r2=890656&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/src/documentation/content/xdocs/images/project.svg (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/src/documentation/content/xdocs/images/project.svg Tue Dec 15 06:12:37 2009 @@ -17,9 +17,7 @@ --> <!-- - SVG Anteater logo - -To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the +To get started with SVG, recommend getting the Adobe SVG plugin, and the xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the SVG spec (http://www.w3.org/TR/SVG/) as a reference. --> @@ -38,8 +36,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0" xmlns:for="http://apache.org/forrest" - width="420" height="65" > - <title>Anteater logo</title> + width="520" height="65" > + <title>Project logo</title> <defs> @@ -75,7 +73,7 @@ </defs> <g filter="url(#shadowFilter)" fill="url(#gradient)"> - <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > + <text x="99%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > <for:project-name /> </text> </g> Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.tei/src/documentation/content/xdocs/images/project.svg URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.tei/src/documentation/content/xdocs/images/project.svg?rev=890656&r1=890655&r2=890656&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.tei/src/documentation/content/xdocs/images/project.svg (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.tei/src/documentation/content/xdocs/images/project.svg Tue Dec 15 06:12:37 2009 @@ -17,9 +17,7 @@ --> <!-- - SVG Anteater logo - -To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the +To get started with SVG, recommend getting the Adobe SVG plugin, and the xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the SVG spec (http://www.w3.org/TR/SVG/) as a reference. --> @@ -38,8 +36,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0" xmlns:for="http://apache.org/forrest" - width="420" height="65" > - <title>Anteater logo</title> + width="520" height="65" > + <title>Project logo</title> <defs> @@ -75,7 +73,7 @@ </defs> <g filter="url(#shadowFilter)" fill="url(#gradient)"> - <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > + <text x="99%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > <for:project-name /> </text> </g> Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.voice/src/documentation/content/xdocs/images/project.svg URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.voice/src/documentation/content/xdocs/images/project.svg?rev=890656&r1=890655&r2=890656&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.voice/src/documentation/content/xdocs/images/project.svg (original) +++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.voice/src/documentation/content/xdocs/images/project.svg Tue Dec 15 06:12:37 2009 @@ -17,9 +17,7 @@ --> <!-- - SVG Anteater logo - -To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the +To get started with SVG, recommend getting the Adobe SVG plugin, and the xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the SVG spec (http://www.w3.org/TR/SVG/) as a reference. --> @@ -38,8 +36,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0" xmlns:for="http://apache.org/forrest" - width="420" height="65" > - <title>Anteater logo</title> + width="520" height="65" > + <title>Project logo</title> <defs> @@ -75,7 +73,7 @@ </defs> <g filter="url(#shadowFilter)" fill="url(#gradient)"> - <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > + <text x="99%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > <for:project-name /> </text> </g> Modified: forrest/trunk/whiteboard/plugins/rtf-output/src/documentation/content/xdocs/images/project.svg URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/rtf-output/src/documentation/content/xdocs/images/project.svg?rev=890656&r1=890655&r2=890656&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/rtf-output/src/documentation/content/xdocs/images/project.svg (original) +++ forrest/trunk/whiteboard/plugins/rtf-output/src/documentation/content/xdocs/images/project.svg Tue Dec 15 06:12:37 2009 @@ -17,9 +17,7 @@ --> <!-- - SVG Anteater logo - -To get started with SVG, I'd recommend getting the Adobe SVG plugin, and the +To get started with SVG, recommend getting the Adobe SVG plugin, and the xml-batik CVS module. Then have a look at the xml-batik/samples files. Use the SVG spec (http://www.w3.org/TR/SVG/) as a reference. --> @@ -38,8 +36,8 @@ xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xsl:version="1.0" xmlns:for="http://apache.org/forrest" - width="420" height="65" > - <title>Anteater logo</title> + width="520" height="65" > + <title>Project logo</title> <defs> @@ -75,7 +73,7 @@ </defs> <g filter="url(#shadowFilter)" fill="url(#gradient)"> - <text x="100%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > + <text x="99%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: end" > <for:project-name /> </text> </g>