SVG <polygon>


  翻譯結果:

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

SVG <polygon>語法

<polygon> 標籤用來創造含有不少於三個邊的圖形。

SVG <polygon>範例

<!DOCTYPE html>
<html>
<body>

<svg xmlns="http://www.w3.org/2000/svg" version="1.1">
  <polygon points="200,10 250,190 160,210" style="fill:lime;stroke:purple;stroke-width:1" />
</svg>

</body>
</html>

運行實例»

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

熱門推薦

首頁

影片

問答