jdk/src/share/classes/sun/java2d/pipe/LoopPipe.java
changeset 10419 12c063b39232
parent 9653 6a1eff16874d
child 11080 7e18e343964e
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
   279                                   sg2d.transform, bs,
   279                                   sg2d.transform, bs,
   280                                   thin, normalize, false, sr);
   280                                   thin, normalize, false, sr);
   281         } catch (Throwable t) {
   281         } catch (Throwable t) {
   282             sr.dispose();
   282             sr.dispose();
   283             sr = null;
   283             sr = null;
   284             t.printStackTrace();
       
   285             throw new InternalError("Unable to Stroke shape ("+
   284             throw new InternalError("Unable to Stroke shape ("+
   286                                     t.getMessage()+")");
   285                                     t.getMessage()+")", t);
   287         }
   286         }
   288         return sr;
   287         return sr;
   289     }
   288     }
   290 
   289 
   291     public void fill(SunGraphics2D sg2d, Shape s) {
   290     public void fill(SunGraphics2D sg2d, Shape s) {