cadeditfronttest/assets/images/drawing_main.svg
2025-09-12 18:44:30 +08:00

9 lines
694 B
XML

<svg width="800" height="600" xmlns="http://www.w3.org/2000/svg">
<rect width="100%" height="100%" fill="#f0f0f0"/>
<text x="50%" y="50%" font-family="Arial" font-size="30" fill="#bbb" text-anchor="middle" dominant-baseline="middle">总装图 (Abcd)</text>
<rect x="100" y="150" width="200" height="150" fill="none" stroke="#999" stroke-width="2"/>
<text x="200" y="225" font-family="Arial" font-size="16" fill="#999" text-anchor="middle">部件A区域</text>
<rect x="500" y="300" width="180" height="200" fill="none" stroke="#999" stroke-width="2"/>
<text x="590" y="400" font-family="Arial" font-size="16" fill="#999" text-anchor="middle">部件B区域</text>
</svg>