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><path d='M0 0' style='stroke:black'/></td> | + | <td style='font-size:75%'><path d='M0 0' style='stroke:black'/></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 座標 |