teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

4

ちょうせい

2021/07/01 01:40

投稿

yambejp
yambejp

スコア117820

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

ちょうせい

2021/07/01 01:40

投稿

yambejp
yambejp

スコア117820

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="white" points="0,4 19,4 14,0" fill="none" />
4
+ <polyline stroke="black" points="0,4.5 19,4.5 14,0.5" fill="none" />
5
5
  </svg>
6
- ```
6
+ ```
7
+ ※微調整

2

調整

2021/07/01 00:39

投稿

yambejp
yambejp

スコア117820

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

2021/07/01 00:37

投稿

yambejp
yambejp

スコア117820

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