You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by vh...@apache.org on 2001/05/18 19:17:45 UTC

cvs commit: xml-batik/samples batikLogo.svg

vhardy      01/05/18 10:17:44

  Modified:    samples  batikLogo.svg
  Log:
  Fixed filterRegion size.
  
  Revision  Changes    Path
  1.3       +3 -3      xml-batik/samples/batikLogo.svg
  
  Index: batikLogo.svg
  ===================================================================
  RCS file: /home/cvs/xml-batik/samples/batikLogo.svg,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- batikLogo.svg	2001/05/17 23:06:38	1.2
  +++ batikLogo.svg	2001/05/18 17:17:40	1.3
  @@ -13,7 +13,7 @@
   <!-- Test description here                                                     -->
   <!--                                                                           -->
   <!-- @author vincent.hardy@eng.sun.com                                         -->
  -<!-- @version $Id: batikLogo.svg,v 1.2 2001/05/17 23:06:38 deweese Exp $ -->
  +<!-- @version $Id: batikLogo.svg,v 1.3 2001/05/18 17:17:40 vhardy Exp $ -->
   <!-- ========================================================================= -->
   
   <svg id="body" width="450" height="500" xml:space="preserve" viewBox="0 0 450 500">
  @@ -22,8 +22,8 @@
       <!-- Test content                                                  -->
       <!-- ============================================================= -->
       <defs>
  -        <filter id="dropShadow"  filterUnits="userSpaceOnUse" x="0" y="0" width="500" height="500" filterRes="200">
  -            <feGaussianBlur in="SourceAlpha" stdDeviation="5 5" x="0" y="0" width="500" height="500"/> 
  +        <filter id="dropShadow"  filterUnits="objectBoundingBox" filterRes="200" width="1.4" height="1.4">
  +            <feGaussianBlur in="SourceAlpha" stdDeviation="5 5" /> 
               <feOffset dx="10" dy="10" />
               <feComponentTransfer result="shadow">
                  <feFuncA type="linear" slope=".5" intercept="0" />
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: batik-dev-help@xml.apache.org