"使用者討論:度昀奇" 修訂間的差異

出自 全民科學平台
前往: 導覽搜尋
(上課筆記)
(20191113r SVG 上課)
 
行 14: 行 14:
 
   <circle cx='6' cy='6' r='4' style='fill:#fff(顏色);stroke(邊線):blue;stroke-width:2;fill-opacity(不透明度):0'/>
 
   <circle cx='6' cy='6' r='4' style='fill:#fff(顏色);stroke(邊線):blue;stroke-width:2;fill-opacity(不透明度):0'/>
 
</svg>
 
</svg>
 +
 +
<g>(群組語法)

於 2019年11月13日 (三) 03:47 的最新修訂

上課筆記

  1. 網路檔案櫃
    • 修改admin.php可以得到刪除檔案的功能
  2. 維基語法
將圖包入
"

20191113r SVG 上課

<?xml version='1.0' encoding='UTF-8' standalone='no'?> <svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='12' height='12'>

 <circle cx='6' cy='6' r='4' style='fill:#fff(顏色);stroke(邊線):blue;stroke-width:2;fill-opacity(不透明度):0'/>

</svg>

<g>(群組語法)