// niklas@protocol7.com // 90 using System; using System.Xml; namespace SharpVectors.Dom.Svg { /// /// public sealed class SvgPolylineElement : SvgPolyElement, ISvgPolylineElement { #region Constructors and Destructor public SvgPolylineElement(string prefix, string localname, string ns, SvgDocument doc) : base(prefix, localname, ns, doc) { } #endregion } }