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/04/13 23:15:16 UTC

cvs commit: xml-batik/sources/org/apache/batik/ext/awt/image CompositeRule.java

vhardy      01/04/13 14:15:16

  Modified:    sources/org/apache/batik/ext/awt/image CompositeRule.java
  Log:
  Temporary change until k1/k2/k3/k4 bounds issue discussed with Thomas.
  
  Revision  Changes    Path
  1.2       +2 -2      xml-batik/sources/org/apache/batik/ext/awt/image/CompositeRule.java
  
  Index: CompositeRule.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/ext/awt/image/CompositeRule.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- CompositeRule.java	2001/03/26 21:27:28	1.1
  +++ CompositeRule.java	2001/04/13 21:15:16	1.2
  @@ -13,7 +13,7 @@
    * the CompositeRable operation. (over, in, out, atop, xor, arith)
    *
    * @author <a href="mailto:Thomas.DeWeeese@Kodak.com">Thomas DeWeese</a>
  - * @version $Id: CompositeRule.java,v 1.1 2001/03/26 21:27:28 deweese Exp $
  + * @version $Id: CompositeRule.java,v 1.2 2001/04/13 21:15:16 vhardy Exp $
    */
   public final class CompositeRule implements java.io.Serializable {
   
  @@ -193,7 +193,7 @@
           this.rule = rule;
       }
   
  -    private CompositeRule(float k1, float k2, float k3, float k4) {
  +    public CompositeRule(float k1, float k2, float k3, float k4) {
           rule = RULE_ARITHMETIC;
           this.k1 = k1;
           this.k2 = k2;
  
  
  

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