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

    r8084 r11525  
    6262    }
    6363
     64    @Override
    6465    public String getTagName()
    6566    {
     
    6768    }
    6869
     70    @Override
    6971    public void build() throws SVGException
    7072    {
     
    9698    }
    9799
     100    @Override
    98101    public void render(Graphics2D g) throws SVGException
    99102    {
     
    103106    }
    104107
     108    @Override
    105109    public Shape getShape()
    106110    {
     
    108112    }
    109113
     114    @Override
    110115    public Rectangle2D getBoundingBox() throws SVGException
    111116    {
     
    120125     * update
    121126     */
     127    @Override
    122128    public boolean updateTime(double curTime) throws SVGException
    123129    {
Note: See TracChangeset for help on using the changeset viewer.