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/Font.java

    r8084 r11525  
    5959    FontFace fontFace = null;
    6060    MissingGlyph missingGlyph = null;
    61     final HashMap glyphs = new HashMap();
     61    final HashMap<String, SVGElement> glyphs = new HashMap<>();
    6262
    6363    /**
     
    6868    }
    6969
     70    @Override
    7071    public String getTagName()
    7172    {
     
    7778     * each child tag that has been processed
    7879     */
     80    @Override
    7981    public void loaderAddChild(SVGLoaderHelper helper, SVGElement child) throws SVGElementException
    8082    {
     
    9395    }
    9496
     97    @Override
    9598    public void loaderEndElement(SVGLoaderHelper helper) throws SVGParseException
    9699    {
     
    102105    }
    103106
     107    @Override
    104108    protected void build() throws SVGException
    105109    {
     
    211215     * update
    212216     */
     217    @Override
    213218    public boolean updateTime(double curTime) throws SVGException
    214219    {
Note: See TracChangeset for help on using the changeset viewer.