namespace SharpVectors.Dom.Svg{ /// <summary> /// The SvgTextElement interface corresponds to the 'text' element. /// </summary> /// <developer>niklas@protocol7.com</developer> /// <completed>100</completed> public interface ISvgTextElement : ISvgTransformable, ISvgTextPositioningElement { } }