Ignore:
Timestamp:
2017-02-02T00:08:08+01:00 (9 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/Style.java

    r8084 r11525  
    6262    }
    6363
     64    @Override
    6465    public String getTagName()
    6566    {
     
    7071     * Called during load process to add text scanned within a tag
    7172     */
     73    @Override
    7274    public void loaderAddText(SVGLoaderHelper helper, String text)
    7375    {
     
    7880    }
    7981
     82    @Override
    8083    protected void build() throws SVGException
    8184    {
     
    9093    }
    9194
     95    @Override
    9296    public boolean updateTime(double curTime) throws SVGException
    9397    {
Note: See TracChangeset for help on using the changeset viewer.