“Garis SVG” Kode Jawaban

Garis SVG

<svg width="100" height="100">
 <line x1 = "20" y1 = "20" x2 = "200" y2 = "180" stroke = "black" stroke-width = "3"/>
</svg>
Charming Crane

SVG

<svg height="210" width="500">
  <line x1="0" y1="0" x2="200" y2="200" style="stroke:rgb(255,0,0);stroke-width:2" />
</svg>
SAMER SAEID

Jawaban yang mirip dengan “Garis SVG”

Pertanyaan yang mirip dengan “Garis SVG”

Lebih banyak jawaban terkait untuk “Garis SVG” di HTML

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya