public SvgPolygonElement(SvgPoints points) { Points = points; }
public SvgPolylineElement(SvgPoints points) { Points = points; }