using System; namespace SharpVectors.Dom.Svg{ /// <summary> /// The SvgTSpanElement interface corresponds to the 'tspan' element. /// </summary> /// <developer>niklas@protocol7.com</developer> /// <completed>100</completed> public interface ISvgTSpanElement : ISvgTextPositioningElement { } }