Revision 38597 branches/v2_0_0_prep/libraries/libFMap_geometries/src/org/gvsig/fmap/geom/primitive/impl/GeneralPathAdapter.java

View differences:

GeneralPathAdapter.java
86 86
        AffineTransform applicableTransform = null;
87 87

  
88 88
        if (affineTransform != null){
89
            if (at != null){
89
            if (at != null && at.getType() != AffineTransform.TYPE_IDENTITY){
90 90
                applicableTransform = (AffineTransform)at.clone();
91 91
                applicableTransform.concatenate(affineTransform);                
92 92
            }else{

Also available in: Unified diff