using System; namespace SharpVectors.Dom.Svg { /// /// /// don@donxml.com /// 100 public interface ISvgFEColorMatrixElement: ISvgElement, ISvgFilterPrimitiveStandardAttributes { ISvgAnimatedString In1{get;} ISvgAnimatedEnumeration Type{get;} ISvgAnimatedNumberList Values{get;} } }