質問編集履歴
1
タグの編集・文章の訂正
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
SVG
|
1
|
+
SVGのPathの書き方について
|
test
CHANGED
@@ -1,30 +1,8 @@
|
|
1
|
-
SVGでアニメーションを実装したいのですが...
|
2
|
-
|
3
1
|
```ここに言語を入力
|
4
2
|
|
5
3
|
<svg xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" width="129.24107pc" height="31.74107pc" viewBox="0 0 547.12052 134.37052" version="1.1" id="svg8" inkscape:version="0.92.4 (5da689c313, 2019-01-14)" style="" class="">
|
6
4
|
|
7
|
-
<defs id="defs2"></defs>
|
8
5
|
|
9
|
-
<sodipodi:namedview id="base" pagecolor="#ffffff" bordercolor="#666666" borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" inkscape:zoom="0.35" inkscape:cx="1439.6428" inkscape:cy="158.32741" inkscape:document-units="mm" inkscape:current-layer="layer1" showgrid="false" showguides="false" inkscape:window-width="2560" inkscape:window-height="1057" inkscape:window-x="-8" inkscape:window-y="-8" inkscape:window-maximized="1" fit-margin-top="0" fit-margin-left="0" fit-margin-right="0" fit-margin-bottom="0" units="pc"></sodipodi:namedview>
|
10
|
-
|
11
|
-
<metadata id="metadata5">
|
12
|
-
|
13
|
-
<rdf:rdf>
|
14
|
-
|
15
|
-
<cc:work rdf:about="">
|
16
|
-
|
17
|
-
<dc:format>image/svg+xml</dc:format>
|
18
|
-
|
19
|
-
<dc:type rdf:resource="http://purl.org/dc/dcmitype/StillImage"></dc:type>
|
20
|
-
|
21
|
-
<dc:title></dc:title>
|
22
|
-
|
23
|
-
</cc:work>
|
24
|
-
|
25
|
-
</rdf:rdf>
|
26
|
-
|
27
|
-
</metadata>
|
28
6
|
|
29
7
|
<g inkscape:label="ã¬ã¤ã¤ã¼ 1" inkscape:groupmode="layer" id="layer1" transform="translate(401.3162,-247.20164)">
|
30
8
|
|
@@ -40,6 +18,6 @@
|
|
40
18
|
|
41
19
|
```
|
42
20
|
|
43
|
-
Vivus Instantで作ったSVGなんですけど、
|
21
|
+
Vivus Instantで作ったSVGなんですけど、pathタグのd以降に書かれてある通りにアニメーションが動くということはわかったのですが
|
44
22
|
|
45
|
-
こ
|
23
|
+
これはどのように記述すればいいのでしょうか?
|