Skip to content

Commit 4f83efa

Browse files
committed
fix(arduino-uno): improve bent color and shape
1 parent 432a73f commit 4f83efa

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

src/arduino-uno-element.ts

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,15 +183,12 @@ export class ArduinoUnoElement extends LitElement {
183183
height="0.508"
184184
width="35.56"
185185
></rect>
186-
<circle cx="33.269" cy="36.847" r="1.016" fill="#252728" />
187-
<circle cx="59.939" cy="36.847" r="1.016" fill="#252728" />
188-
<ellipse cx="62.978" cy="34.32" rx=".57135" ry=".58305" stroke-width=".56808" />
186+
<g fill="#252728">
187+
<circle cx="33.269" cy="36.847" r="1" />
188+
<circle cx="59.939" cy="36.847" r="1" />
189+
<path d="M65 38.05a1.13 1.13 0 010-2.26v2.27z" />
190+
</g>
189191
</g>
190-
<path
191-
transform="matrix(.26458 0 0 .26458 -4 0)"
192-
d="m260.78 134.29a5.4373 5.8099 0 0 0-3.4512 5.4082 5.4373 5.8099 0 0 0 3.4531 5.4082v-10.816a5.4373 5.8099 0 0 0-0.00196 0z"
193-
stroke-width="5.532"
194-
/>
195192
196193
<!-- Programming Headers -->
197194
<g transform="translate(14.1 4.4)">

0 commit comments

Comments
 (0)