Ignore:
Timestamp:
2016-08-21T03:15:12+02:00 (8 years ago)
Author:
Don-vip
Message:

see #13232 - remove unused classes from metadata-extractor and SvgSalamander

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/com/kitfox/svg/Filter.java

    r8084 r10865  
    7676    }
    7777
    78     /**
    79      * Called after the start element but before the end element to indicate
    80      * each child tag that has been processed
    81      */
    82     public void loaderAddChild(SVGLoaderHelper helper, SVGElement child) throws SVGElementException
    83     {
    84         super.loaderAddChild(helper, child);
    85 
    86         if (child instanceof FilterEffects)
    87         {
    88             filterEffects.add(child);
    89         }
    90     }
    91 
    9278    protected void build() throws SVGException
    9379    {
Note: See TracChangeset for help on using the changeset viewer.