回答編集履歴

4

ちょうせい

2021/07/01 01:40

投稿

yambejp
yambejp

スコア114883

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

ちょうせい

2021/07/01 01:40

投稿

yambejp
yambejp

スコア114883

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="white" points="0,4 19,4 14,0" fill="none" />
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

調整

2021/07/01 00:39

投稿

yambejp
yambejp

スコア114883

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

2021/07/01 00:37

投稿

yambejp
yambejp

スコア114883

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" storoke-width="2" 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