File:Laser Emitter Pod.png: Difference between revisions
Jump to navigation
Jump to search
AdminIsidore (talk | contribs) <svg width="400" height="300" xmlns="http://www.w3.org/2000/svg" style="background-color:#f9f9f9; border: 1px solid #ccc; font-family: Arial, sans-serif;"> <path d="M 50 250 Q 200 280, 350 250" fill="#ddd" stroke="#aaa" /> <text x="200" y="280" font-size="12" text-anchor="middle">Node Base Plate</text> <path d="M 120 240 A 60 60 0 0 1 280 240" stroke="#888" stroke-width="3" fill="none" /> <circle cx="200" cy="240" r="5" fill="#666" /> <text x="200" y="225" font-size="10" text... |
AdminIsidore (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
== Summary == | == Summary == | ||
This mockup shows the design of a single, adjustable laser pod, emphasizing the mechanisms for precise aiming and focusing. | |||
== SVG == | |||
<nowiki> | |||
<svg width="400" height="300" xmlns="http://www.w3.org/2000/svg" style="background-color:#f9f9f9; border: 1px solid #ccc; font-family: Arial, sans-serif;"> | <svg width="400" height="300" xmlns="http://www.w3.org/2000/svg" style="background-color:#f9f9f9; border: 1px solid #ccc; font-family: Arial, sans-serif;"> | ||
<path d="M 50 250 Q 200 280, 350 250" fill="#ddd" stroke="#aaa" /> | <path d="M 50 250 Q 200 280, 350 250" fill="#ddd" stroke="#aaa" /> | ||
Line 26: | Line 30: | ||
<text x="195" y="260" font-size="10" text-anchor="middle">Tilt Adjustment Screws</text> | <text x="195" y="260" font-size="10" text-anchor="middle">Tilt Adjustment Screws</text> | ||
</svg> | </svg> | ||
</nowiki> | |||
== Licensing == | |||
Licensing: CC BY-ND | Licensing: CC BY-ND |