org_chart.svg 1.0 KB

123456789101112131415161718192021
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <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">
  3. <defs>
  4. <marker id="arrowhead" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
  5. <polygon points="0 0, 10 3.5, 0 7" fill="#333"/>
  6. </marker>
  7. <marker id="arrowheadWhite" markerWidth="10" markerHeight="7" refX="9" refY="3.5" orient="auto">
  8. <polygon points="0 0, 10 3.5, 0 7" fill="#fff"/>
  9. </marker>
  10. </defs>
  11. <style>
  12. .orgNode { fill: #e3f2fd; stroke: #1976d2; stroke-width: 2; }
  13. .orgText { font-family: Arial, sans-serif; font-size: 12px; fill: #333; text-anchor: middle; }
  14. .orgEdge { stroke: #1976d2; stroke-width: 2; }
  15. .title { font-family: Arial, sans-serif; font-size: 18px; font-weight: bold; fill: #333; }
  16. </style>
  17. <g transform="translate(400,80)">
  18. <rect x="-80" y="-25" width="160" height="50" class="orgNode"/>
  19. <text x="0" y="5" class="orgText">Chief Executive Officer</text>
  20. </g><text x="400" y="30" text-anchor="middle" class="title">Company Structure</text></svg>