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

    r10787 r11525  
    6363    }
    6464
     65    @Override
    6566    public String getTagName()
    6667    {
     
    6869    }
    6970
     71    @Override
    7072    protected void build() throws SVGException
    7173    {
     
    8688    }
    8789
     90    @Override
    8891    public void render(Graphics2D g) throws SVGException
    8992    {
     
    9396    }
    9497
     98    @Override
    9599    public Shape getShape()
    96100    {
     
    98102    }
    99103
     104    @Override
    100105    public Rectangle2D getBoundingBox() throws SVGException
    101106    {
     
    110115     * update
    111116     */
     117    @Override
    112118    public boolean updateTime(double curTime) throws SVGException
    113119    {
Note: See TracChangeset for help on using the changeset viewer.