Changes between Initial Version and Version 1 of Ticket #13158, comment 30


Ignore:
Timestamp:
2018-02-04T15:55:09+01:00 (6 years ago)
Author:
Klumbumbus

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #13158, comment 30

    initial v1  
    11It seems
    22{{{
     3        while($f =~ /style\s*=\s*["']([^"']+)["']/g)
     4        {
    35          for my $x (split(/\s*;\s*/, $1))
    46          {
    57            print STDERR "$ifile: Style starts with minus: $x\n" if $x =~ /^-/;
    68          }
     9        }
    710}}}
    811in geticons.pl doesn't work correctly as there is no warning while we have the [https://josm.openstreetmap.de/browser/josm/trunk/images/presets/misc/grave.svg grave icon] with `-inkscape-font-specification` in our repo which is invisible within JOSM after cleaning.