|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
<svg width="800px" height="260px" viewBox="0 0 800 260" version="1.1" xmlns="http://www.w3.org/2000/svg"> |
|
|
<style> |
|
|
.company-box { |
|
|
fill: white; |
|
|
stroke: #ddd; |
|
|
stroke-width: 1; |
|
|
rx: 8; |
|
|
ry: 8; |
|
|
} |
|
|
.company-name { |
|
|
font-family: 'Arial', sans-serif; |
|
|
font-size: 18px; |
|
|
font-weight: bold; |
|
|
text-anchor: middle; |
|
|
} |
|
|
.company-description { |
|
|
font-family: 'Arial', sans-serif; |
|
|
font-size: 12px; |
|
|
text-anchor: middle; |
|
|
} |
|
|
</style> |
|
|
|
|
|
|
|
|
<rect x="50" y="30" width="160" height="200" class="company-box" /> |
|
|
<circle cx="130" cy="80" r="40" fill="#5436DA" /> |
|
|
<text x="130" y="90" font-family="Arial" font-size="14" fill="white" text-anchor="middle" font-weight="bold">A</text> |
|
|
<text x="130" y="150" class="company-name">Anthropic</text> |
|
|
<text x="130" y="170" class="company-description">Creator and primary</text> |
|
|
<text x="130" y="190" class="company-description">implementer</text> |
|
|
<text x="130" y="210" class="company-description">Full integration in Claude</text> |
|
|
|
|
|
|
|
|
<rect x="230" y="30" width="160" height="200" class="company-box" /> |
|
|
<rect x="290" y="60" width="40" height="40" fill="#10A37F" /> |
|
|
<text x="310" y="90" font-family="Arial" font-size="30" fill="white" text-anchor="middle" font-weight="bold">O</text> |
|
|
<text x="310" y="150" class="company-name">OpenAI</text> |
|
|
<text x="310" y="170" class="company-description">Support announced</text> |
|
|
<text x="310" y="190" class="company-description">March 26, 2025</text> |
|
|
<text x="310" y="210" class="company-description">Agents SDK integration</text> |
|
|
|
|
|
|
|
|
<rect x="410" y="30" width="160" height="200" class="company-box" /> |
|
|
<rect x="450" y="50" width="80" height="80" fill="#F25022" /> |
|
|
<rect x="450" y="50" width="38" height="38" fill="#F25022" /> |
|
|
<rect x="492" y="50" width="38" height="38" fill="#7FBA00" /> |
|
|
<rect x="450" y="92" width="38" height="38" fill="#00A4EF" /> |
|
|
<rect x="492" y="92" width="38" height="38" fill="#FFB900" /> |
|
|
<text x="490" y="150" class="company-name">Microsoft</text> |
|
|
<text x="490" y="170" class="company-description">Major supporter</text> |
|
|
<text x="490" y="190" class="company-description">Maintains C# SDK</text> |
|
|
<text x="490" y="210" class="company-description">Copilot Studio integration</text> |
|
|
|
|
|
|
|
|
<rect x="590" y="30" width="160" height="200" class="company-box" /> |
|
|
<circle cx="630" cy="80" r="30" fill="#4285F4" /> |
|
|
<circle cx="670" cy="80" r="30" fill="#EA4335" /> |
|
|
<circle cx="630" cy="80" r="20" fill="white" /> |
|
|
<circle cx="670" cy="80" r="20" fill="white" /> |
|
|
<text x="670" y="150" class="company-name">Google</text> |
|
|
<text x="670" y="170" class="company-description">Support confirmed for</text> |
|
|
<text x="670" y="190" class="company-description">Gemini models</text> |
|
|
<text x="670" y="210" class="company-description">Google Workspace</text> |
|
|
</svg> |