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