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/util/FontSystem.java

    r10787 r11525  
    5656    FontMetrics fm;
    5757
    58     HashMap glyphCache = new HashMap();
     58    HashMap<String, Glyph> glyphCache = new HashMap<String, Glyph>();
    5959   
    6060    public FontSystem(String fontFamily, int fontStyle, int fontWeight, int fontSize)
     
    9494    }
    9595
     96    @Override
    9697    public MissingGlyph getGlyph(String unicode)
    9798    {
Note: See TracChangeset for help on using the changeset viewer.