Ignore:
Timestamp:
2017-02-02T00:08:08+01:00 (7 years ago)
Author:
Don-vip
Message:

see #14319 - update to latest version of svgSalamander (2017-01-07, patched)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com/kitfox/svg/xml/ColorTable.java

    r8084 r11525  
    4949{
    5050
    51     static final Map colorTable;
     51    static final Map<String, Color> colorTable;
    5252    static {
    53         HashMap table = new HashMap();
     53        HashMap<String, Color> table = new HashMap<>();
    5454
    5555        //We really should be interpreting the currentColor keyword as
Note: See TracChangeset for help on using the changeset viewer.