回答編集履歴
2
chosei
test
CHANGED
@@ -18,8 +18,22 @@
|
|
18
18
|
|
19
19
|
</defs>
|
20
20
|
|
21
|
+
<text x="100" y="60" font-weight="bold" font-size="30">
|
22
|
+
|
23
|
+
発売中!
|
24
|
+
|
25
|
+
</text>
|
26
|
+
|
27
|
+
<text x="230" y="60" font-size="30" fill="#c0c0c0">
|
28
|
+
|
29
|
+
>
|
30
|
+
|
31
|
+
</text>
|
32
|
+
|
21
33
|
<polygon stroke="url(#grad)" fill-opacity="0" stroke-width="10" points="30,5 290,5 270,95 10,95 "/>
|
22
34
|
|
23
35
|
</svg>
|
24
36
|
|
37
|
+
|
38
|
+
|
25
39
|
```
|
1
調整
test
CHANGED
@@ -8,11 +8,11 @@
|
|
8
8
|
|
9
9
|
<linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="5%">
|
10
10
|
|
11
|
-
<stop offset="0%" stop-color="#e0e000"
|
11
|
+
<stop offset="0%" stop-color="#e0e000" />
|
12
12
|
|
13
|
-
<stop offset="50%" stop-color="#ffffff"
|
13
|
+
<stop offset="50%" stop-color="#ffffff" />
|
14
14
|
|
15
|
-
<stop offset="100%" stop-color="#0000d0"
|
15
|
+
<stop offset="100%" stop-color="#0000d0" />
|
16
16
|
|
17
17
|
</linearGradient>
|
18
18
|
|