Changeset 16876 in josm


Ignore:
Timestamp:
2020-08-12T20:38:48+02:00 (4 years ago)
Author:
stoecker
Message:

see #15240 - detect CSS in icons checker

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/scripts/geticons.pl

    r16006 r16876  
    162162          }
    163163        }
     164        if($f =~ /<style[^>]+type=['"]text\/css['"][^>]*>/m)
     165        {
     166          print STDERR "$ifile: CSS-Style in SVG icon not supported\n";
     167        }
    164168        if($f =~ /viewBox\s*=\s*["']([^"']+)["']/)
    165169        {
Note: See TracChangeset for help on using the changeset viewer.