blob: 4c281292b7d3e9f0fe84a7e60a4fd2cd0d27116f [file] [log] [blame]
package org.w3c.dom.svg;
public interface SVGFETileElement extends
SVGElement,
SVGFilterPrimitiveStandardAttributes {
public SVGAnimatedString getIn1( );
}