SVG <line>
- Previous Page SVG Ellipses
- Next Page SVG Polygons
SVG ƙirar - <line>
<line>
ƙarfinan ƙarfinan ƙirar ƙaɗan
ƙirar SVG ni
<svg height="210" width="500"> <line x1="0" y1="0" x2="200" y2="200" style="stroke:rgb(255,0,0);stroke-width:2" /> </svg>
tattalinin ƙodagon
- x1 ƙarfinan ƙarfinan ƙirar ƙaɗan x
- y1 attribute defines the starting point of the line on the y-axis
- x2 attribute defines the end point of the line on the x-axis
- y2 attribute defines the end point of the line on the y-axis
- Previous Page SVG Ellipses
- Next Page SVG Polygons