namespace SharpVectors.Dom.Svg{ /// <summary> /// The SvgDescElement interface corresponds to the 'desc' element. /// </summary> /// <developer>niklas@protocol7.com</developer> /// <completed>100</completed> public interface ISvgDescElement : ISvgElement, ISvgLangSpace, ISvgStylable { } }