using System; namespace SharpVectors.Dom.Svg{ /// <summary> /// The SvgTRefElement interface corresponds to the 'tref' element. /// </summary> /// <developer>niklas@protocol7.com</developer> /// <completed>100</completed> public interface ISvgTRefElement : ISvgTextPositioningElement, ISvgURIReference { } }