// niklas@protocol7.com // 99 namespace SharpVectors.Dom.Svg { /// /// The SvgDefsElement interface corresponds to the 'defs' element. /// public interface ISvgDefsElement : ISvgElement, ISvgTests, ISvgLangSpace, ISvgExternalResourcesRequired, ISvgStylable, ISvgTransformable { } }