You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2005/04/09 02:08:55 UTC

svn commit: r160641 - in forrest/trunk/main/fresh-site/src/documentation/content/xdocs/images: group.svg project.svg

Author: thorsten
Date: Fri Apr  8 17:08:55 2005
New Revision: 160641

URL: http://svn.apache.org/viewcvs?view=rev&rev=160641
Log:
FOR-477  Images group.svg & project.svg are rendered with the shadow effect slightly clipped. fixed thanks to kevin

Modified:
    forrest/trunk/main/fresh-site/src/documentation/content/xdocs/images/group.svg
    forrest/trunk/main/fresh-site/src/documentation/content/xdocs/images/project.svg

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/images/group.svg
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/images/group.svg?view=diff&r1=160640&r2=160641
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/images/group.svg (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/images/group.svg Fri Apr  8 17:08:55 2005
@@ -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' -->

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/images/project.svg
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/images/project.svg?view=diff&r1=160640&r2=160641
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/images/project.svg (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/images/project.svg Fri Apr  8 17:08:55 2005
@@ -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' -->