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

    r8084 r11525  
    6161    }
    6262
     63    @Override
    6364    public String getTagName()
    6465    {
     
    6667    }
    6768
     69    @Override
    6870    protected void build() throws SVGException
    6971    {
     
    9496    }
    9597
     98    @Override
    9699    protected boolean outsideClip(Graphics2D g) throws SVGException
    97100    {
     
    108111    }
    109112
     113    @Override
    110114    public void render(Graphics2D g) throws SVGException
    111115    {
     
    118122    }
    119123
     124    @Override
    120125    public Shape getShape()
    121126    {
     
    124129    }
    125130
     131    @Override
    126132    public Rectangle2D getBoundingBox() throws SVGException
    127133    {
     
    137143     * update
    138144     */
     145    @Override
    139146    public boolean updateTime(double curTime) throws SVGException
    140147    {
Note: See TracChangeset for help on using the changeset viewer.