SVG <circle>


  翻譯結果:

SVG 是使用 XML 來描述二維圖形和繪圖程式的語言。

SVG <circle>語法

<circle> 標籤可用來建立一個圓

SVG <circle>範例

<!DOCTYPE html>
<html>
<body>

<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
   <circle cx="100" cy="50" r="40" stroke="black" stroke-width="2" fill="red" />
</svg> 
 
</body>
</html>

運行實例»

點擊"運行實例" 按鈕查看線上實例

熱門推薦

首頁

影片

問答