Skip to content

Commit 5fff6c8

Browse files
committed
fix(ks2e-m-dc5): simplify SVG
1 parent 012d1f0 commit 5fff6c8

File tree

1 file changed

+14
-105
lines changed

1 file changed

+14
-105
lines changed

src/ks2e-m-dc5-element.ts

Lines changed: 14 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -33,113 +33,22 @@ export class KS2EMDC5Element extends LitElement {
3333
viewBox="0 0 21 10"
3434
xmlns="http://www.w3.org/2000/svg"
3535
>
36-
<rect
37-
x=".19797"
38-
y=".19797"
39-
width="20.604"
40-
height="9.6041"
41-
ry=".58463"
42-
fill="#f7b93c"
43-
stroke="#dda137"
44-
stroke-linecap="square"
45-
stroke-linejoin="round"
46-
stroke-width=".39594"
47-
style="paint-order:markers stroke fill"
48-
/>
49-
<g fill="none" stroke="#dda137" stroke-linecap="square" stroke-linejoin="round">
50-
<ellipse
51-
cx="2"
52-
cy="1.35"
53-
rx=".76317"
54-
ry=".76317"
55-
stroke-width=".47366"
56-
style="paint-order:markers stroke fill"
57-
/>
58-
<g stroke-width=".47362">
59-
<ellipse
60-
cx="6.8244"
61-
cy="1.35"
62-
rx=".76319"
63-
ry=".76319"
64-
style="paint-order:markers stroke fill"
65-
/>
66-
<ellipse
67-
cx="11.649"
68-
cy="1.35"
69-
rx=".76319"
70-
ry=".76319"
71-
style="paint-order:markers stroke fill"
72-
/>
73-
<ellipse
74-
cx="19"
75-
cy="1.35"
76-
rx=".76319"
77-
ry=".76319"
78-
style="paint-order:markers stroke fill"
79-
/>
80-
</g>
36+
<g stroke-width=".4" fill="#f7b93c" stroke="#dda137">
37+
<rect x=".20" y=".20" width="20.6" height="9.61" ry=".58" />
38+
<rect x="20.2" y="4.5" width=".40" height="1" fill="#dda137" />
8139
</g>
82-
<g
83-
transform="translate(-1.1921e-7 7.3)"
84-
fill="none"
85-
stroke="#dda137"
86-
stroke-linecap="square"
87-
stroke-linejoin="round"
88-
>
89-
<ellipse
90-
cx="2"
91-
cy="1.35"
92-
rx=".76317"
93-
ry=".76317"
94-
stroke-width=".47366"
95-
style="paint-order:markers stroke fill"
96-
/>
97-
<g stroke-width=".47362">
98-
<ellipse
99-
cx="6.8244"
100-
cy="1.35"
101-
rx=".76319"
102-
ry=".76319"
103-
style="paint-order:markers stroke fill"
104-
/>
105-
<ellipse
106-
cx="11.649"
107-
cy="1.35"
108-
rx=".76319"
109-
ry=".76319"
110-
style="paint-order:markers stroke fill"
111-
/>
112-
<ellipse
113-
cx="19"
114-
cy="1.35"
115-
rx=".76319"
116-
ry=".76319"
117-
style="paint-order:markers stroke fill"
118-
/>
119-
</g>
40+
<g fill="none" stroke="#dda137" stroke-width=".47">
41+
<ellipse cx="2" cy="1.35" rx=".76" ry=".76" />
42+
<ellipse cx="6.8244" cy="1.35" rx=".76" ry=".76" />
43+
<ellipse cx="11.649" cy="1.35" rx=".76" ry=".76" />
44+
<ellipse cx="19" cy="1.35" rx=".76" ry=".76" />
45+
<ellipse cx="2" cy="8.65" rx=".76" ry=".76" />
46+
<ellipse cx="6.8244" cy="8.65" rx=".76" ry=".76" />
47+
<ellipse cx="11.649" cy="8.65" rx=".76" ry=".76" />
48+
<ellipse cx="19" cy="8.65" rx=".76" ry=".76" />
12049
</g>
121-
<rect
122-
x="20.208"
123-
y="4.4984"
124-
width=".40327"
125-
height="1.0033"
126-
fill="#dda137"
127-
stroke="#dda137"
128-
stroke-linecap="square"
129-
stroke-width=".39673"
130-
style="paint-order:markers stroke fill"
131-
/>
132-
<text
133-
x="1.0733131"
134-
y="6.0273261"
135-
fill="#000000"
136-
font-family="sans-serif"
137-
font-size="2.8222px"
138-
stroke-width=".26458"
139-
style="line-height:1.25"
140-
xml:space="preserve"
141-
>
142-
<tspan x="1.0733131" y="6.0273261">KS2E-M-DC5</tspan>
50+
<text fill="#000" font-family="sans-serif" font-size="2.8222px">
51+
<tspan x="1.07" y="6.03">KS2E-M-DC5</tspan>
14352
</text>
14453
</svg>
14554
`;

0 commit comments

Comments
 (0)