Dotted Line SVG SVG Line The <line> element is used to draw a Line. In an example below let’s write an SVG code to draw a line: Example Attributes Used in the Code The attributes x1 and y1 defines the start of the line on the x-axis and y-axis respectively. The attributes x and y2 […]