| 123456789101112131415161718192021 |
- <?xml version="1.0" encoding="UTF-8"?>
- <svg viewBox="0 0 800 600" width="800" height="600" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
- <defs>
- <marker id="arrowhead" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
- <polygon points="0 0, 10 3.5, 0 7" fill="#333"/>
- </marker>
- <marker id="arrowheadWhite" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
- <polygon points="0 0, 10 3.5, 0 7" fill="#fff"/>
- </marker>
- </defs>
- <style>
- .orgNode { fill: #e3f2fd; stroke: #1976d2; stroke-width: 2; }
- .orgText { font-family: Arial, sans-serif; font-size: 12px; fill: #333; text-anchor: middle; }
- .orgEdge { stroke: #1976d2; stroke-width: 2; }
- .title { font-family: Arial, sans-serif; font-size: 18px; font-weight: bold; fill: #333; }
- </style>
- <g transform="translate(400,80)">
- <rect x="-80" y="-25" width="160" height="50" class="orgNode"/>
- <text x="0" y="5" class="orgText">Chief Executive Officer</text>
- </g><text x="400" y="30" text-anchor="middle" class="title">Company Structure</text></svg>
|