Ignore:
Timestamp:
2015-04-28T13:04:18+02:00 (9 years ago)
Author:
bastiK
Message:

fixed #11378 - mapcss: fill-area rescales image

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/mappaint/AreaElemStyle.java

    r8085 r8289  
    4141        IconReference iconRef = c.get(FILL_IMAGE, null, IconReference.class);
    4242        if (iconRef != null) {
    43             fillImage = new MapImage(iconRef.iconName, iconRef.source);
     43            fillImage = new MapImage(iconRef.iconName, iconRef.source, false);
    4444
    4545            color = new Color(fillImage.getImage(false).getRGB(
Note: See TracChangeset for help on using the changeset viewer.