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 hi...@apache.org on 2001/07/24 16:23:19 UTC

cvs commit: xml-batik/sources/org/apache/batik/css/svg ColorInterpolationFactory.java

hillion     01/07/24 07:23:18

  Modified:    sources/org/apache/batik/css/svg
                        ColorInterpolationFactory.java
  Log:
  bug 2764 (color-interpolation) fixed.
  
  Revision  Changes    Path
  1.4       +2 -2      xml-batik/sources/org/apache/batik/css/svg/ColorInterpolationFactory.java
  
  Index: ColorInterpolationFactory.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/css/svg/ColorInterpolationFactory.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ColorInterpolationFactory.java	2001/03/30 17:44:39	1.3
  +++ ColorInterpolationFactory.java	2001/07/24 14:23:18	1.4
  @@ -19,7 +19,7 @@
    * This class provides a factory for the 'color-interpolation*' properties values.
    *
    * @author <a href="mailto:stephane@hillion.org">Stephane Hillion</a>
  - * @version $Id: ColorInterpolationFactory.java,v 1.3 2001/03/30 17:44:39 hillion Exp $
  + * @version $Id: ColorInterpolationFactory.java,v 1.4 2001/07/24 14:23:18 hillion Exp $
    */
   public class ColorInterpolationFactory
       extends    AbstractIdentifierFactory
  @@ -52,7 +52,7 @@
        * Returns the name of the property handled.
        */
       public String getPropertyName() {
  -	return CSS_COLOR_INTERPOLATION_PROPERTY;
  +	return property;
       }
       
       /**
  
  
  

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