「SVG/path」修訂間的差異

出自六年制學程
跳至導覽 跳至搜尋
第9行: 第9行:
 
<td colspan=2>M(move to)</td>
 
<td colspan=2>M(move to)</td>
 
<td>x y</td>
 
<td>x y</td>
<td>&lt;path d='M0 0' style='stroke:black'/&gt;</td>
+
<td style='font-size:75%'>&lt;path d='M0 0' style='stroke:black'/&gt;</td>
 
<td>起始點的 x , y 座標</td>
 
<td>起始點的 x , y 座標</td>
 
</tr>
 
</tr>
 
</table>
 
</table>

於 2017年11月20日 (一) 13:58 的修訂

指令 參數 示例 指令說明
M(move to) x y <path d='M0 0' style='stroke:black'/> 起始點的 x , y 座標