[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...

Peter Muir peter at bleepbleep.org.uk
Sun Mar 4 17:22:53 EST 2007


  User: pmuir   
  Date: 07/03/04 17:22:53

  Modified:    src/main/org/jboss/seam/core  Image.java
  Log:
  Docs and update seamspace to use s:graphicImage
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/src/main/org/jboss/seam/core/Image.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Image.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/Image.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- Image.java	4 Mar 2007 21:51:51 -0000	1.1
  +++ Image.java	4 Mar 2007 22:22:53 -0000	1.2
  @@ -305,7 +305,7 @@
         graphics2D.setBackground(new Color(255, 255, 255));
         graphics2D.clearRect(0, 0, image.getWidth(), image.getHeight());
         graphics2D.setRenderingHint(RenderingHints.KEY_INTERPOLATION,
  -               RenderingHints.VALUE_INTERPOLATION_BILINEAR);
  +               RenderingHints.VALUE_INTERPOLATION_BICUBIC);
         return graphics2D;
      }
      
  
  
  



More information about the jboss-cvs-commits mailing list