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