using System; namespace SharpVectors.Dom.Svg { /// /// /// don@donxml.com /// 100 public interface ISvgFEOffsetElement: ISvgElement, ISvgFilterPrimitiveStandardAttributes { ISvgAnimatedString In1{get;} ISvgAnimatedNumber Dx{get;} ISvgAnimatedNumber Dy{get;} } }