Shorten stirrer shaft 15% and raise blades to match
Shaft height 158→134px, blades y=157→133 (both −24px). Also clip stirrer blades to pot interior. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DGKe8JzTM2Gr1fdx9wYXTi
This commit is contained in:
+4
-4
@@ -100,9 +100,9 @@
|
||||
<line x1="60" y1="28" x2="180" y2="28" stroke="#bbb" stroke-width="4" stroke-linecap="round"/>
|
||||
|
||||
<!-- Stirrer blades (inside pot) -->
|
||||
<g id="stirrer-blades">
|
||||
<rect x="87" y="157" width="31" height="5" fill="#666" rx="1"/>
|
||||
<rect x="122" y="157" width="31" height="5" fill="#666" rx="1"/>
|
||||
<g id="stirrer-blades" clip-path="url(#pot-clip)">
|
||||
<rect x="87" y="133" width="31" height="5" fill="#666" rx="1"/>
|
||||
<rect x="122" y="133" width="31" height="5" fill="#666" rx="1"/>
|
||||
</g>
|
||||
|
||||
<!-- Lid -->
|
||||
@@ -110,7 +110,7 @@
|
||||
<rect x="56" y="20" width="128" height="3" fill="#555"/>
|
||||
|
||||
<!-- Stirrer shaft (over lid) -->
|
||||
<rect x="118" y="2" width="4" height="158" fill="#777"/>
|
||||
<rect x="118" y="2" width="4" height="134" fill="#777"/>
|
||||
|
||||
<!-- Motor housing -->
|
||||
<rect x="106" y="2" width="28" height="20" fill="#333" rx="3"/>
|
||||
|
||||
Reference in New Issue
Block a user