回答編集履歴
1
chousei
test
CHANGED
@@ -2,6 +2,8 @@
|
|
2
2
|
|
3
3
|
```HTML
|
4
4
|
|
5
|
-
<object type="image/svg+xml" data="
|
5
|
+
<object type="image/svg+xml" data="hoge.svg" height="100" width="100"></object>
|
6
6
|
|
7
7
|
```
|
8
|
+
|
9
|
+
もしくはstyle="height:100px;width:100px"
|