krysalis-menu/forrestdocs/src/documentation/content/xdocs/images group-logo.gif,NONE,1.1 group.svg,NONE,1.1 icon.png,NONE,1.1 project-logo.gif,NONE,1.1 project.svg,NONE,1.1

Glen Stampoultzis <[email protected]> Wed, 24 Nov 2004 23:11:29 +0000
Newsgroups gmane.comp.krysalis.metamorphosis.cvs
Message-ID <[email protected]>
Update of /cvsroot/metamorphosis/krysalis-menu/forrestdocs/src/documentation/content/xdocs/images
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17026/forrestdocs/src/documentation/content/xdocs/images

Added Files:
	group-logo.gif group.svg icon.png project-logo.gif project.svg 
Log Message:
Initial commit

--- NEW FILE: group.svg ---
<?xml version="1.0" standalone="no"?>
<!--
  Copyright 2002-2004 The Apache Software Foundation

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  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
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"
[
 <!ATTLIST svg xmlns:for CDATA #FIXED "http://apache.org/forrest">
 <!ENTITY % textExt "|for:group-name">
 <!ELEMENT for:group-name (#PCDATA)>
]>
-->
<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="220" height="65" >
  <title>Anteater logo</title>

  <defs>

    <!--
    <radialGradient id="radialGradient">
      <stop style="stop-color:gold" offset="0"/>
      <stop style="stop-color:orange" offset=".5"/>
      <stop style="stop-color:crimson" offset="1"/>
    </radialGradient>
    <linearGradient id="linearGradient">
      <stop style="stop-color:gold" offset="0"/>
      <stop style="stop-color:orange" offset=".5"/>
      <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"/>
    </linearGradient>

    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
      <!-- 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' -->
      <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"/>
    </filter>

  </defs>

  <g filter="url(#shadowFilter)" fill="url(#gradient)">
    <text x="40%" y="60%" style="font-size:24pt; font-family:Verdana ; text-anchor: middle">
    <for:group-name />
    </text>
  </g>
</svg>

--- NEW FILE: project-logo.gif ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: icon.png ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: project.svg ---
<?xml version="1.0" standalone="no"?>
<!--
  Copyright 2002-2004 The Apache Software Foundation

  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

      http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  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
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"
[
 <!ATTLIST svg xmlns:for CDATA #FIXED "http://apache.org/forrest">
 <!ENTITY % textExt "|for:project-name">
 <!ELEMENT for:project-name (#PCDATA)>
]>
-->
<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="220" height="65" >
  <title>Anteater logo</title>

  <defs>

    <!--
    <radialGradient id="radialGradient">
      <stop style="stop-color:gold" offset="0"/>
      <stop style="stop-color:orange" offset=".5"/>
      <stop style="stop-color:crimson" offset="1"/>
    </radialGradient>
    <linearGradient id="linearGradient">
      <stop style="stop-color:gold" offset="0"/>
      <stop style="stop-color:orange" offset=".5"/>
      <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"/>
    </linearGradient>

    <filter id="shadowFilter"  filterUnits="objectBoundingBox">
      <!-- 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' -->
      <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"/>
    </filter>

  </defs>

  <g filter="url(#shadowFilter)" fill="url(#gradient)">
    <text x="51%" y="75%" style="font-size:32pt; font-family:Verdana ; text-anchor: middle" >
    <for:project-name />
    </text>
  </g>
</svg>

--- NEW FILE: group-logo.gif ---
(This appears to be a binary file; contents omitted.)



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/