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

    r8084 r11525  
    6262    }
    6363
     64    @Override
    6465    public String getTagName()
    6566    {
     
    6768    }
    6869
     70    @Override
    6971    protected void build() throws SVGException
    7072    {
     
    9799    }
    98100
     101    @Override
    99102    public void render(Graphics2D g) throws SVGException
    100103    {
     
    104107    }
    105108
     109    @Override
    106110    public Shape getShape()
    107111    {
     
    109113    }
    110114
     115    @Override
    111116    public Rectangle2D getBoundingBox() throws SVGException
    112117    {
     
    121126     * update
    122127     */
     128    @Override
    123129    public boolean updateTime(double curTime) throws SVGException
    124130    {
Note: See TracChangeset for help on using the changeset viewer.