polyline constructor
const
polyline(})
The <polyline> SVG element is an SVG basic shape that creates straight lines connecting several points. Typically a polyline is used to create open shapes as the last point doesn't have to be connected to the first point.
Implementation
const polyline(
this.children, {
this.points,
this.fill,
this.stroke,
this.strokeWidth,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});