質問編集履歴

1

追記

2018/07/26 09:57

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -61,3 +61,57 @@
61
61
  いずれかのグループを削除すると画像が消えちゃいます。
62
62
 
63
63
  このコードの意味をどなたか教えてくださいませんか...。
64
+
65
+
66
+
67
+ ----------追記----------
68
+
69
+
70
+
71
+ ```xml
72
+
73
+ <svg width="197px" height="56px" viewBox="0 0 197 56" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
74
+
75
+ <!-- Generator: Sketch 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
76
+
77
+ <title>edit_box</title>
78
+
79
+ <desc>Created with Sketch.</desc>
80
+
81
+ <defs></defs>
82
+
83
+ <g id="2.Flow" fill="none" fill-rule="evenodd"><!--内部色なし-->
84
+
85
+ <g id="flow_10" stroke="#2476BC">
86
+
87
+ <rect id="Rectangle-10" stroke-width="2" x="4" y="5" width="189" height="46">
88
+
89
+
90
+
91
+ </rect>
92
+
93
+ <rect id="Rectangle-4" fill="#FAFAFA" x="189.5" y="0.5" width="7" height="7"></rect>
94
+
95
+ <rect id="Rectangle-4-Copy" fill="#FAFAFA" x="189.5" y="48.5" width="7" height="7"></rect>
96
+
97
+ <rect id="Rectangle-4-Copy-2" fill="#FAFAFA" x="0.5" y="47.5" width="7" height="7"></rect>
98
+
99
+ <rect id="Rectangle-4-Copy-3" fill="#FAFAFA" x="0.5" y="0.5" width="7" height="7"></rect>
100
+
101
+ <rect id="Rectangle-4-Copy-4" x="90.5" y="24.5" width="7" height="7" rx="3.5"></rect>
102
+
103
+
104
+
105
+ </g>
106
+
107
+ </g>
108
+
109
+ </svg>
110
+
111
+ ```
112
+
113
+
114
+
115
+ このようにして、よりインプルに解釈できるようになりました。
116
+
117
+ sketchからのexportだと勝手に難しくなってしまうのでしょうか。