Changeset 7196 in josm for trunk/geticons.pl


Ignore:
Timestamp:
2014-05-31T16:42:52+02:00 (9 years ago)
Author:
bastiK
Message:

add fill-image as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geticons.pl

    r7195 r7196  
    4141      }
    4242
    43       if($l =~ /(?:icon-image|repeat-image)\s*:\s*\"?(.*?)\"?\s*;/)
     43      if($l =~ /(?:icon-image|repeat-image|fill-image)\s*:\s*\"?(.*?)\"?\s*;/)
    4444      {
    4545        my $img = "styles/standard/$1";
Note: See TracChangeset for help on using the changeset viewer.