Changeset 7195 in josm for trunk/geticons.pl


Ignore:
Timestamp:
2014-05-31T16:41:34+02:00 (10 years ago)
Author:
bastiK
Message:

add repeat-image to icon extractor (fixes #9427)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/geticons.pl

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