回答編集履歴
4
ちょうせい
answer
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
```SVG
|
2
|
-
<div>
|
3
2
|
<svg height="5" width="20" xmlns="http://www.w3.org/2000/svg">
|
4
3
|
<polyline stroke="black" points="0,4.5 19,4.5 14,0.5" fill="none" />
|
5
4
|
</svg>
|
3
ちょうせい
answer
CHANGED
@@ -1,6 +1,7 @@
|
|
1
1
|
```SVG
|
2
2
|
<div>
|
3
3
|
<svg height="5" width="20" xmlns="http://www.w3.org/2000/svg">
|
4
|
-
<polyline stroke="
|
4
|
+
<polyline stroke="black" points="0,4.5 19,4.5 14,0.5" fill="none" />
|
5
5
|
</svg>
|
6
|
-
```
|
6
|
+
```
|
7
|
+
※微調整
|
2
調整
answer
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
```SVG
|
2
2
|
<div>
|
3
3
|
<svg height="5" width="20" xmlns="http://www.w3.org/2000/svg">
|
4
|
-
<polyline stroke="white" points="0,4 19,4 14,0" fill="none"
|
4
|
+
<polyline stroke="white" points="0,4 19,4 14,0" fill="none" />
|
5
5
|
</svg>
|
6
6
|
```
|
1
chousei
answer
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
```SVG
|
2
2
|
<div>
|
3
3
|
<svg height="5" width="20" xmlns="http://www.w3.org/2000/svg">
|
4
|
-
<polyline stroke="white"
|
4
|
+
<polyline stroke="white" points="0,4 19,4 14,0" fill="none"
|
5
5
|
</svg>
|
6
6
|
```
|