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 de...@apache.org on 2002/04/04 05:31:19 UTC

cvs commit: xml-batik/sources/org/apache/batik/bridge SVGFeOffsetElementBridge.java

deweese     02/04/03 19:31:19

  Modified:    sources/org/apache/batik/bridge
                        SVGFeOffsetElementBridge.java
  Log:
  1) Fixed a filterPrimitiveRegion bug.
  
  Revision  Changes    Path
  1.12      +2 -1      xml-batik/sources/org/apache/batik/bridge/SVGFeOffsetElementBridge.java
  
  Index: SVGFeOffsetElementBridge.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/bridge/SVGFeOffsetElementBridge.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- SVGFeOffsetElementBridge.java	19 Mar 2002 15:19:25 -0000	1.11
  +++ SVGFeOffsetElementBridge.java	4 Apr 2002 03:31:19 -0000	1.12
  @@ -25,7 +25,7 @@
    * Bridge class for the <feOffset> element.
    *
    * @author <a href="mailto:tkormann@apache.org">Thierry Kormann</a>
  - * @version $Id: SVGFeOffsetElementBridge.java,v 1.11 2002/03/19 15:19:25 deweese Exp $
  + * @version $Id: SVGFeOffsetElementBridge.java,v 1.12 2002/04/04 03:31:19 deweese Exp $
    */
   public class SVGFeOffsetElementBridge
       extends AbstractSVGFilterPrimitiveElementBridge {
  @@ -101,6 +101,7 @@
           // on the input is required.
           PadRable pad = new PadRable8Bit(in, primitiveRegion, PadMode.ZERO_PAD);
           Filter filter = new AffineRable8Bit(pad, at);
  +        filter = new PadRable8Bit(filter, primitiveRegion, PadMode.ZERO_PAD);
   
           // handle the 'color-interpolation-filters' property
           handleColorInterpolationFilters(filter, filterElement);
  
  
  

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