docs(sponsors): consistent sponsor treatment, Itô + Moonshot AI (Kimi) public + Atlas Cloud (#2553)
* docs: add Itô Markets GPU compute sponsor section to README Adds a GPU compute sponsor entry under the Sponsors section: Itô Markets logo linking itomarkets.com plus the compute dashboard at compute.itomarkets.com, matching the framing from the merged sponsor routing (4e341183,8eb43383). Includes a hidden HTML-comment placeholder for Moonshot AI (Kimi), pending countersign; nothing renders publicly for Moonshot yet. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0149VwNuynam6rvEfcMmiHHa * docs(sponsors): consistent sponsor treatment, Moonshot public, real brand assets - Replace cropped ito.svg with the full Drive lockup; add ito-dark.svg (white marks) with picture/source theme switching for dark mode - Add Moonshot AI (Kimi) as a public business sponsor: logo in the top sponsors table, SPONSORS.md row, placeholder comment removed - Swap atlascloud.png for the official atlascloud.svg wordmark; add dark-theme variants for Atlas Cloud and Moonshot - Rewrite the bottom Sponsors section: one consistent list, no Ito-only subsection or stray horizontal rule - Point the self-host/gateway FAQ at the ito-compute skill for fixed-rate GPU blocks (npm CLI marked coming soon, not yet published) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0149VwNuynam6rvEfcMmiHHa * docs: drop em dash from sponsor FAQ line Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0149VwNuynam6rvEfcMmiHHa * docs(sponsors): Itô is a Partner, Moonshot AI (Kimi) are Open Source Friends Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0149VwNuynam6rvEfcMmiHHa --------- Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@@ -80,35 +80,50 @@ ECC v2.0.0 adds the public Hermes operator story on top of that reusable layer:
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<sub>**OSS stays free.** This repo is MIT-licensed forever. ECC Pro is the hosted GitHub App for private repos. <a href="https://github.com/sponsors/affaan-m">Sponsors</a> and <a href="https://ecc.tools/pricing">Pro subscribers</a> fund the work — that's why a single maintainer ships weekly across 7 harnesses.</sub>
|
||||
<sub>**OSS stays free.** This repo is MIT-licensed forever. ECC Pro is the hosted GitHub App for private repos. <a href="https://github.com/sponsors/affaan-m">Sponsors</a> and <a href="https://ecc.tools/pricing">Pro subscribers</a> fund the work. That's why a single maintainer ships weekly across 7 harnesses.</sub>
|
||||
|
||||
<div align="center">
|
||||
|
||||
<sub><strong>Business sponsors</strong></sub>
|
||||
<sub><strong>Partners & sponsors</strong></sub>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<td align="center" width="220">
|
||||
<td align="center" width="20%">
|
||||
<a href="https://www.coderabbit.ai">
|
||||
<img src="assets/images/sponsors/coderabbit.png" width="96" alt="CodeRabbit logo" /><br />
|
||||
<img src="assets/images/sponsors/coderabbit.png" height="56" alt="CodeRabbit logo" /><br />
|
||||
<strong>CodeRabbit</strong>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center" width="220">
|
||||
<td align="center" width="20%">
|
||||
<a href="https://www.greptile.com/go/ecc">
|
||||
<img src="assets/images/sponsors/greptile.png" width="96" alt="Greptile logo" /><br />
|
||||
<img src="assets/images/sponsors/greptile.png" height="56" alt="Greptile logo" /><br />
|
||||
<strong>Greptile</strong>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center" width="220">
|
||||
<td align="center" width="20%">
|
||||
<a href="https://www.atlascloud.ai/?utm_source=github&utm_medium=link&utm_campaign=ECC">
|
||||
<img src="assets/images/sponsors/atlascloud.png" width="96" alt="Atlas Cloud logo" /><br />
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="assets/images/sponsors/atlascloud-dark.svg" />
|
||||
<img src="assets/images/sponsors/atlascloud.svg" height="28" alt="Atlas Cloud logo" />
|
||||
</picture><br />
|
||||
<strong>Atlas Cloud</strong>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center" width="220">
|
||||
<td align="center" width="20%">
|
||||
<a href="https://www.moonshot.ai">
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="assets/images/sponsors/moonshot-dark.png" />
|
||||
<img src="assets/images/sponsors/moonshot.png" height="44" alt="Moonshot AI Kimi logo" />
|
||||
</picture><br />
|
||||
<strong>Moonshot AI</strong>
|
||||
</a>
|
||||
</td>
|
||||
<td align="center" width="20%">
|
||||
<a href="https://compute.itomarkets.com">
|
||||
<img src="assets/images/sponsors/ito.svg" width="96" alt="Itô Markets logo" /><br />
|
||||
<picture>
|
||||
<source media="(prefers-color-scheme: dark)" srcset="assets/images/sponsors/ito-dark.svg" />
|
||||
<img src="assets/images/sponsors/ito.svg" height="44" alt="Itô Markets logo" />
|
||||
</picture><br />
|
||||
<strong>Itô</strong>
|
||||
</a>
|
||||
</td>
|
||||
@@ -121,6 +136,10 @@ ECC v2.0.0 adds the public Hermes operator story on top of that reusable layer:
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<sub><strong>Run or self-host any open-source model.</strong> Itô partners with ECC on compute: <a href="https://compute.itomarkets.com">open the Itô dashboard to sign in and rent or manage GPUs</a>. Any GPU provider works. ECC only provides this link; it does not provision compute or serving. Managed inference through Itô is not live yet.</sub>
|
||||
|
||||
<sub><strong>Moonshot AI (Kimi)</strong> are open source friends of ECC.</sub>
|
||||
|
||||
<sub><strong>Community sponsors:</strong> <a href="https://github.com/mikejmorgan-ai">Mike Morgan</a> · <a href="https://github.com/jasonwu513">@jasonwu513</a> · <a href="https://github.com/1anter">@1anter</a> · <a href="https://github.com/massimotodaro">@massimotodaro</a> · <a href="https://github.com/meadmccabe">@meadmccabe</a></sub>
|
||||
|
||||
<sub><a href="https://github.com/sponsors/affaan-m"><strong>Become a Sponsor</strong></a> · <a href="SPONSORS.md">Sponsor Tiers</a> · <a href="SPONSORING.md">Sponsorship Program</a></sub>
|
||||
@@ -1200,7 +1219,7 @@ claude
|
||||
|
||||
If your gateway remaps model names, configure that in Claude Code rather than in ECC. ECC's hooks, skills, commands, and rules are model-provider agnostic once the `claude` CLI is already working.
|
||||
|
||||
Run or self-host any open-source model behind that gateway using separate compute and serving setup. If you need GPU capacity, [Itô](https://compute.itomarkets.com) is ECC's preferred compute sponsor; any GPU provider works. That sponsorship link is passive: it does not invoke an RFQ, reserve capacity, provision compute, or configure serving. Separately, the opt-in `ecc ito find` bridge invokes the explicitly configured canonical Itô CLI and submits a live authenticated RFQ; it does not reserve capacity. Managed inference through Itô is not live yet.
|
||||
Run or self-host any open-source model behind that gateway using separate compute and serving setup. If you need GPU capacity, [Itô](https://compute.itomarkets.com) is ECC's compute partner; any GPU provider works. That sponsorship link is passive: it does not invoke an RFQ, reserve capacity, provision compute, or configure serving. Separately, the opt-in `ecc ito find` bridge invokes the explicitly configured canonical Itô CLI and submits a live authenticated RFQ; it does not reserve capacity. Managed inference through Itô is not live yet.
|
||||
|
||||
### Itô compute CLI bridge
|
||||
|
||||
@@ -1209,9 +1228,8 @@ not maintain a second API client or browser handoff. The available operations
|
||||
are `ecc ito auth`, `ecc ito find`, and `ecc ito status`. The matching MCP tools
|
||||
are `ito_auth`, `ito_find`, and `ito_status`.
|
||||
|
||||
The `ito-compute-cli` package is currently unpublished. Build it locally from
|
||||
[`Ito-Markets/ito-cloud-runtime`](https://github.com/Ito-Markets/ito-cloud-runtime)
|
||||
under `cli/ito-compute-cli`, run `npm ci` and `npm run check`, then set
|
||||
The `ito-compute-cli` package is currently unpublished. Build it locally from the Itô runtime repo (private while the desk hardens;
|
||||
design partners get access) under `cli/ito-compute-cli`, run `npm ci` and `npm run check`, then set
|
||||
`ECC_ITO_CLI_EXECUTABLE` to that build's absolute `dist/bin/ito.js` path.
|
||||
Inject `ITO_API_KEY` from 1Password or the launching environment. ECC does not
|
||||
discover this credential-bearing client through `PATH`. See the [`ito-compute`
|
||||
@@ -1872,7 +1890,9 @@ ECC takes supply-chain and agent safety seriously.
|
||||
|
||||
## Sponsors
|
||||
|
||||
Featured sponsors are at the top of this README — full list and tiers in [SPONSORS.md](SPONSORS.md). [Become a sponsor](https://github.com/sponsors/affaan-m).
|
||||
Partner: [Itô Markets](https://itomarkets.com) (compute). Open source friends: [Moonshot AI (Kimi)](https://www.moonshot.ai). Business sponsors: [CodeRabbit](https://www.coderabbit.ai) · [Greptile](https://www.greptile.com/go/ecc) · [Atlas Cloud](https://www.atlascloud.ai/?utm_source=github&utm_medium=link&utm_campaign=ECC). Logos at the top of this README, full list and tiers in [SPONSORS.md](SPONSORS.md). [Become a sponsor](https://github.com/sponsors/affaan-m).
|
||||
|
||||
For GPU capacity, [Itô's compute dashboard](https://compute.itomarkets.com) rents fixed-rate GPU blocks. Any provider works: ECC links to the dashboard and does not provision compute or serving.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -12,13 +12,13 @@ Thank you to everyone funding ECC's open-source work. Your sponsorship is what l
|
||||
|---------|------|-------|
|
||||
| [**CodeRabbit**](https://www.coderabbit.ai) | <img src="assets/images/sponsors/coderabbit.png" width="60" alt="CodeRabbit logo" /> | 2026 |
|
||||
| [**Greptile**](https://www.greptile.com/go/ecc) | <img src="assets/images/sponsors/greptile.png" width="60" alt="Greptile logo" /> | 2026 |
|
||||
| [**Atlas Cloud**](https://www.atlascloud.ai/?utm_source=github&utm_medium=link&utm_campaign=ECC) | <img src="assets/images/sponsors/atlascloud.png" width="60" alt="Atlas Cloud logo" /> | 2026 |
|
||||
| [**Itô**](https://compute.itomarkets.com) | <img src="assets/images/sponsors/ito.svg" width="60" alt="Itô Markets logo" /> | 2026 |
|
||||
| [**Moonshot AI**](https://www.moonshot.ai/) | <img src="assets/images/sponsors/moonshot.svg" width="60" alt="Moonshot AI Kimi logo" /> | 2026 |
|
||||
| [**Atlas Cloud**](https://www.atlascloud.ai/?utm_source=github&utm_medium=link&utm_campaign=ECC) | <picture><source media="(prefers-color-scheme: dark)" srcset="assets/images/sponsors/atlascloud-dark.svg" /><img src="assets/images/sponsors/atlascloud.svg" width="120" alt="Atlas Cloud logo" /></picture> | 2026 |
|
||||
| [**Moonshot AI (Kimi)**](https://www.moonshot.ai) | <picture><source media="(prefers-color-scheme: dark)" srcset="assets/images/sponsors/moonshot-dark.png" /><img src="assets/images/sponsors/moonshot.png" width="100" alt="Moonshot AI Kimi logo" /></picture> | 2026 |
|
||||
| [**Itô**](https://compute.itomarkets.com) | <picture><source media="(prefers-color-scheme: dark)" srcset="assets/images/sponsors/ito-dark.svg" /><img src="assets/images/sponsors/ito.svg" width="120" alt="Itô Markets logo" /></picture> | 2026 |
|
||||
|
||||
*[Become a Business sponsor](https://github.com/sponsors/affaan-m) to get README sponsor placement + SPONSORS.md listing. Current Business tier is $500/mo. No seats, SLA, custom development, or preferential technical placement is bundled unless separately agreed.*
|
||||
*[Become a Business sponsor](https://github.com/sponsors/affaan-m) to get README sponsor placement + SPONSORS.md listing. Current Business tier is $800/mo. No seats, SLA, custom development, or preferential technical placement is bundled unless separately agreed.*
|
||||
|
||||
Run or self-host any open-source model. Itô is ECC's preferred compute sponsor, while ECC remains provider-agnostic and any GPU provider works. The [Itô dashboard](https://compute.itomarkets.com) sponsorship link is passive: it does not invoke an RFQ, reserve capacity, provision compute, or configure serving. Separately, the opt-in `ecc ito find` bridge invokes the explicitly configured canonical Itô CLI and submits a live authenticated RFQ; it does not reserve capacity. Managed inference through Itô is not live yet.
|
||||
Run or self-host any open-source model. Itô partners with ECC on compute, while ECC remains provider-agnostic and any GPU provider works. The [Itô dashboard](https://compute.itomarkets.com) sponsorship link is passive: it does not invoke an RFQ, reserve capacity, provision compute, or configure serving. Separately, the opt-in `ecc ito find` bridge invokes the explicitly configured canonical Itô CLI and submits a live authenticated RFQ; it does not reserve capacity. Managed inference through Itô is not live yet.
|
||||
|
||||
## Team Sponsors — $200/mo
|
||||
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
<svg width="163" height="26" viewBox="0 0 163 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M32.9475 25.7973C30.9995 25.7973 29.4793 25.2568 28.3984 24.1871C27.3174 23.1174 26.7769 21.6085 26.7769 19.6492V12.0148H23.8154V8.28766H24.1307C24.9752 8.28766 25.6283 8.06245 26.09 7.6233C26.5404 7.17289 26.7769 6.53106 26.7769 5.68654V4.34657H30.9769V8.28766H34.9518V12.0148H30.9769V19.4353C30.9769 20.0096 31.0783 20.4938 31.281 20.8991C31.4837 21.3045 31.7989 21.6085 32.2381 21.8225C32.6772 22.0364 33.229 22.1378 33.9046 22.1378C34.051 22.1378 34.2312 22.1378 34.4338 22.104C34.6365 22.0814 34.828 22.0589 35.0194 22.0364V25.6059C34.7266 25.6509 34.3775 25.696 34.006 25.7298C33.6231 25.7748 33.274 25.7973 32.9588 25.7973H32.9475Z" fill="#FFFFFF"/>
|
||||
<path d="M36.5732 25.6059V1.52028H40.7733V25.6059H36.5732Z" fill="#FFFFFF"/>
|
||||
<path d="M48.2839 25.9888C47.079 25.9888 46.0206 25.7861 45.1197 25.3807C44.2189 24.9753 43.5208 24.4011 43.0366 23.6466C42.5524 22.8922 42.3047 22.0139 42.3047 21.023C42.3047 20.0321 42.5186 19.2101 42.9578 18.4557C43.3969 17.7012 44.05 17.0706 44.9508 16.5639C45.8404 16.0572 46.9664 15.6969 48.3289 15.483L53.959 14.5596V17.7463L49.1171 18.602C48.2951 18.7484 47.6758 19.0074 47.2705 19.379C46.8651 19.7506 46.6624 20.246 46.6624 20.8541C46.6624 21.4621 46.8876 21.9238 47.3493 22.2729C47.7997 22.6219 48.374 22.8021 49.0496 22.8021C49.9166 22.8021 50.6936 22.6219 51.3579 22.2504C52.0223 21.8788 52.5403 21.3608 52.9006 20.7077C53.2609 20.0546 53.4411 19.334 53.4411 18.5795V14.0867C53.4411 13.3435 53.1596 12.7242 52.5853 12.2287C52.011 11.7333 51.2453 11.4856 50.2995 11.4856C49.4099 11.4856 48.6217 11.7333 47.9236 12.2175C47.2367 12.7017 46.73 13.3322 46.4147 14.0979L43.0141 12.4427C43.3519 11.5306 43.8924 10.7424 44.6243 10.0668C45.3562 9.39116 46.2233 8.87319 47.2142 8.49034C48.2163 8.10749 49.2973 7.91607 50.4571 7.91607C51.8759 7.91607 53.1258 8.17505 54.2068 8.69303C55.2878 9.211 56.1323 9.94291 56.7403 10.8775C57.3484 11.8121 57.6524 12.8818 57.6524 14.0867V25.6059H53.7113V22.6445L54.6009 22.6107C54.1505 23.3313 53.6212 23.9507 52.9907 24.4574C52.3601 24.9641 51.662 25.3469 50.885 25.6059C50.108 25.8649 49.241 25.9888 48.2951 25.9888H48.2839Z" fill="#FFFFFF"/>
|
||||
<path d="M66.4802 25.9888C64.6336 25.9888 63.0233 25.5496 61.6609 24.6713C60.2871 23.793 59.3412 22.5994 58.812 21.0906L61.9649 19.5929C62.4153 20.5726 63.0346 21.3383 63.8228 21.89C64.6223 22.4418 65.5006 22.712 66.4802 22.712C67.2234 22.712 67.8202 22.5431 68.2594 22.2053C68.7098 21.8675 68.9237 21.4171 68.9237 20.8653C68.9237 20.5275 68.8336 20.246 68.6535 20.0208C68.4733 19.7956 68.2368 19.6042 67.9328 19.4466C67.64 19.2889 67.291 19.1538 66.9194 19.0524L64.0818 18.253C62.6405 17.8476 61.537 17.2058 60.7826 16.3275C60.0281 15.4492 59.6565 14.4132 59.6565 13.2196C59.6565 12.1612 59.9268 11.2266 60.4673 10.4384C61.0078 9.65015 61.7622 9.01957 62.7306 8.58042C63.699 8.13001 64.8025 7.91607 66.0524 7.91607C67.6851 7.91607 69.1264 8.31018 70.3763 9.09839C71.6262 9.88661 72.5157 10.9901 73.045 12.4089L69.8583 13.9065C69.5656 13.1183 69.0588 12.499 68.3607 12.0486C67.6626 11.5982 66.8743 11.3617 66.0073 11.3617C65.3092 11.3617 64.7574 11.5193 64.3521 11.8234C63.9467 12.1274 63.744 12.5553 63.744 13.0845C63.744 13.3773 63.8341 13.6475 64.003 13.884C64.1719 14.1205 64.4084 14.3119 64.7236 14.4583C65.0277 14.6047 65.388 14.7398 65.7934 14.8749L68.5634 15.6969C69.9822 16.1248 71.0857 16.7554 71.8626 17.6111C72.6396 18.4557 73.0224 19.5029 73.0224 20.7302C73.0224 21.7662 72.7409 22.6895 72.2005 23.4777C71.6487 24.2772 70.883 24.8965 69.9146 25.3357C68.935 25.7861 67.7977 26 66.4802 26V25.9888Z" fill="#FFFFFF"/>
|
||||
<path d="M90.2282 25.9889C88.5279 25.9889 86.9627 25.6849 85.5214 25.0656C84.0801 24.4463 82.8302 23.5905 81.7717 22.487C80.7133 21.3835 79.88 20.0886 79.2719 18.6022C78.6639 17.1159 78.3599 15.4944 78.3599 13.7378C78.3599 11.9812 78.6526 10.3485 79.2494 8.85085C79.8462 7.35324 80.6795 6.05831 81.7492 4.96606C82.8189 3.87382 84.0688 3.0293 85.4989 2.42125C86.9289 1.8132 88.5053 1.50917 90.2282 1.50917C91.951 1.50917 93.4486 1.79068 94.7998 2.36495C96.1511 2.93922 97.2884 3.69366 98.223 4.63952C99.1576 5.58538 99.8219 6.62132 100.227 7.74735L96.3425 9.59403C95.8921 8.38918 95.1489 7.39828 94.0792 6.62132C93.0207 5.84436 91.737 5.46152 90.2282 5.46152C88.7193 5.46152 87.4356 5.81058 86.2983 6.50872C85.1611 7.20685 84.2828 8.17523 83.6522 9.4026C83.0216 10.63 82.7176 12.0713 82.7176 13.7265C82.7176 15.3818 83.0329 16.8344 83.6522 18.073C84.2828 19.3116 85.1611 20.28 86.2983 20.9894C87.4356 21.6875 88.7418 22.0366 90.2282 22.0366C91.7145 22.0366 93.0207 21.6537 94.0792 20.8768C95.1376 20.0998 95.8921 19.1202 96.3425 17.9379L100.227 19.7508C99.8219 20.8768 99.1576 21.9127 98.223 22.8586C97.2884 23.8045 96.1511 24.5589 94.7998 25.1332C93.4486 25.7074 91.9285 25.9889 90.2282 25.9889Z" fill="#FFFFFF"/>
|
||||
<path d="M101.748 25.6059V1.52028H105.948V25.6059H101.748Z" fill="#FFFFFF"/>
|
||||
<path d="M116.645 25.9884C114.968 25.9884 113.436 25.5943 112.051 24.8061C110.666 24.0178 109.551 22.9481 108.729 21.5969C107.907 20.2344 107.491 18.6917 107.491 16.9464C107.491 15.2011 107.907 13.6584 108.729 12.2959C109.551 10.9334 110.655 9.86371 112.04 9.08676C113.414 8.29854 114.956 7.90443 116.657 7.90443C118.357 7.90443 119.922 8.29854 121.307 9.08676C122.681 9.87497 123.784 10.9334 124.606 12.2847C125.417 13.6359 125.834 15.1898 125.834 16.9464C125.834 18.703 125.417 20.2344 124.595 21.5969C123.773 22.9594 122.67 24.0291 121.285 24.8061C119.911 25.5943 118.368 25.9884 116.668 25.9884H116.645ZM116.645 22.1712C117.602 22.1712 118.436 21.946 119.145 21.5068C119.854 21.0564 120.417 20.4371 120.834 19.6489C121.251 18.8494 121.453 17.9598 121.453 16.9577C121.453 15.9555 121.251 15.0659 120.834 14.289C120.417 13.5008 119.854 12.8927 119.145 12.4423C118.436 11.9919 117.602 11.778 116.645 11.778C115.688 11.778 114.889 12.0032 114.168 12.4423C113.447 12.8927 112.884 13.5008 112.468 14.289C112.051 15.0772 111.848 15.9668 111.848 16.9577C111.848 17.9486 112.051 18.8494 112.468 19.6489C112.884 20.4483 113.447 21.0677 114.168 21.5068C114.889 21.9572 115.722 22.1712 116.645 22.1712Z" fill="#FFFFFF"/>
|
||||
<path d="M133.535 25.9884C132.172 25.9884 131.013 25.6956 130.033 25.0988C129.053 24.502 128.299 23.68 127.77 22.6215C127.24 21.5631 126.97 20.3245 126.97 18.8944V8.29852H131.17V18.5453C131.17 19.266 131.317 19.8966 131.598 20.4371C131.88 20.9775 132.296 21.4054 132.837 21.7095C133.377 22.0135 133.985 22.1711 134.672 22.1711C135.359 22.1711 135.956 22.0135 136.485 21.7095C137.014 21.4054 137.431 20.9775 137.724 20.4258C138.017 19.874 138.174 19.221 138.174 18.4553V8.29852H142.34V25.6055H138.399V22.2049L138.715 22.813C138.309 23.8714 137.656 24.6709 136.744 25.2001C135.832 25.7294 134.762 25.9996 133.535 25.9996V25.9884Z" fill="#FFFFFF"/>
|
||||
<path d="M152.7 25.9888C151.022 25.9888 149.525 25.5947 148.196 24.7952C146.867 23.9957 145.82 22.9147 145.066 21.5297C144.3 20.156 143.917 18.6246 143.917 16.9468C143.917 15.269 144.3 13.7264 145.077 12.3639C145.854 11.0014 146.901 9.92042 148.207 9.12094C149.525 8.31021 151.011 7.9161 152.666 7.9161C153.984 7.9161 155.155 8.17508 156.179 8.69305C157.204 9.21103 158.015 9.94294 158.612 10.8775L157.97 11.7333V1.52028H162.136V25.6059H158.195V22.2616L158.645 23.0836C158.049 24.0408 157.227 24.7614 156.168 25.2456C155.11 25.7298 153.95 25.9775 152.7 25.9775V25.9888ZM153.139 22.1716C154.074 22.1716 154.907 21.9464 155.639 21.5072C156.371 21.0568 156.945 20.4487 157.362 19.6605C157.778 18.8723 157.981 17.9715 157.981 16.9581C157.981 15.9447 157.778 15.0664 157.362 14.2894C156.945 13.5012 156.371 12.8931 155.639 12.4427C154.907 11.9923 154.074 11.7784 153.139 11.7784C152.205 11.7784 151.371 12.0036 150.628 12.4427C149.885 12.8931 149.311 13.5012 148.894 14.2894C148.477 15.0776 148.275 15.9672 148.275 16.9581C148.275 17.949 148.477 18.8836 148.894 19.6605C149.311 20.4487 149.885 21.0568 150.628 21.5072C151.371 21.9576 152.205 22.1716 153.139 22.1716Z" fill="#FFFFFF"/>
|
||||
<path d="M13.4447 1.71661e-05L0 25.9887C6.22692 23.5227 11.249 23.1623 15.7643 23.3763L13.7037 18.8159C12.8029 18.7258 10.1905 18.7258 8.9519 19.0523L13.4447 9.06451C13.4447 9.06451 20.2009 23.7366 20.2121 23.7366C21.5183 23.9393 24.9977 25.1104 26.8895 25.9887L13.4447 1.71661e-05Z" fill="#FFFFFF"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 8.1 KiB |
|
Before Width: | Height: | Size: 7.6 KiB |
@@ -0,0 +1,12 @@
|
||||
<svg width="163" height="26" viewBox="0 0 163 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M32.9475 25.7973C30.9995 25.7973 29.4793 25.2568 28.3984 24.1871C27.3174 23.1174 26.7769 21.6085 26.7769 19.6492V12.0148H23.8154V8.28766H24.1307C24.9752 8.28766 25.6283 8.06245 26.09 7.6233C26.5404 7.17289 26.7769 6.53106 26.7769 5.68654V4.34657H30.9769V8.28766H34.9518V12.0148H30.9769V19.4353C30.9769 20.0096 31.0783 20.4938 31.281 20.8991C31.4837 21.3045 31.7989 21.6085 32.2381 21.8225C32.6772 22.0364 33.229 22.1378 33.9046 22.1378C34.051 22.1378 34.2312 22.1378 34.4338 22.104C34.6365 22.0814 34.828 22.0589 35.0194 22.0364V25.6059C34.7266 25.6509 34.3775 25.696 34.006 25.7298C33.6231 25.7748 33.274 25.7973 32.9588 25.7973H32.9475Z" fill="#0F1111"/>
|
||||
<path d="M36.5732 25.6059V1.52028H40.7733V25.6059H36.5732Z" fill="#0F1111"/>
|
||||
<path d="M48.2839 25.9888C47.079 25.9888 46.0206 25.7861 45.1197 25.3807C44.2189 24.9753 43.5208 24.4011 43.0366 23.6466C42.5524 22.8922 42.3047 22.0139 42.3047 21.023C42.3047 20.0321 42.5186 19.2101 42.9578 18.4557C43.3969 17.7012 44.05 17.0706 44.9508 16.5639C45.8404 16.0572 46.9664 15.6969 48.3289 15.483L53.959 14.5596V17.7463L49.1171 18.602C48.2951 18.7484 47.6758 19.0074 47.2705 19.379C46.8651 19.7506 46.6624 20.246 46.6624 20.8541C46.6624 21.4621 46.8876 21.9238 47.3493 22.2729C47.7997 22.6219 48.374 22.8021 49.0496 22.8021C49.9166 22.8021 50.6936 22.6219 51.3579 22.2504C52.0223 21.8788 52.5403 21.3608 52.9006 20.7077C53.2609 20.0546 53.4411 19.334 53.4411 18.5795V14.0867C53.4411 13.3435 53.1596 12.7242 52.5853 12.2287C52.011 11.7333 51.2453 11.4856 50.2995 11.4856C49.4099 11.4856 48.6217 11.7333 47.9236 12.2175C47.2367 12.7017 46.73 13.3322 46.4147 14.0979L43.0141 12.4427C43.3519 11.5306 43.8924 10.7424 44.6243 10.0668C45.3562 9.39116 46.2233 8.87319 47.2142 8.49034C48.2163 8.10749 49.2973 7.91607 50.4571 7.91607C51.8759 7.91607 53.1258 8.17505 54.2068 8.69303C55.2878 9.211 56.1323 9.94291 56.7403 10.8775C57.3484 11.8121 57.6524 12.8818 57.6524 14.0867V25.6059H53.7113V22.6445L54.6009 22.6107C54.1505 23.3313 53.6212 23.9507 52.9907 24.4574C52.3601 24.9641 51.662 25.3469 50.885 25.6059C50.108 25.8649 49.241 25.9888 48.2951 25.9888H48.2839Z" fill="#0F1111"/>
|
||||
<path d="M66.4802 25.9888C64.6336 25.9888 63.0233 25.5496 61.6609 24.6713C60.2871 23.793 59.3412 22.5994 58.812 21.0906L61.9649 19.5929C62.4153 20.5726 63.0346 21.3383 63.8228 21.89C64.6223 22.4418 65.5006 22.712 66.4802 22.712C67.2234 22.712 67.8202 22.5431 68.2594 22.2053C68.7098 21.8675 68.9237 21.4171 68.9237 20.8653C68.9237 20.5275 68.8336 20.246 68.6535 20.0208C68.4733 19.7956 68.2368 19.6042 67.9328 19.4466C67.64 19.2889 67.291 19.1538 66.9194 19.0524L64.0818 18.253C62.6405 17.8476 61.537 17.2058 60.7826 16.3275C60.0281 15.4492 59.6565 14.4132 59.6565 13.2196C59.6565 12.1612 59.9268 11.2266 60.4673 10.4384C61.0078 9.65015 61.7622 9.01957 62.7306 8.58042C63.699 8.13001 64.8025 7.91607 66.0524 7.91607C67.6851 7.91607 69.1264 8.31018 70.3763 9.09839C71.6262 9.88661 72.5157 10.9901 73.045 12.4089L69.8583 13.9065C69.5656 13.1183 69.0588 12.499 68.3607 12.0486C67.6626 11.5982 66.8743 11.3617 66.0073 11.3617C65.3092 11.3617 64.7574 11.5193 64.3521 11.8234C63.9467 12.1274 63.744 12.5553 63.744 13.0845C63.744 13.3773 63.8341 13.6475 64.003 13.884C64.1719 14.1205 64.4084 14.3119 64.7236 14.4583C65.0277 14.6047 65.388 14.7398 65.7934 14.8749L68.5634 15.6969C69.9822 16.1248 71.0857 16.7554 71.8626 17.6111C72.6396 18.4557 73.0224 19.5029 73.0224 20.7302C73.0224 21.7662 72.7409 22.6895 72.2005 23.4777C71.6487 24.2772 70.883 24.8965 69.9146 25.3357C68.935 25.7861 67.7977 26 66.4802 26V25.9888Z" fill="#0F1111"/>
|
||||
<path d="M90.2282 25.9889C88.5279 25.9889 86.9627 25.6849 85.5214 25.0656C84.0801 24.4463 82.8302 23.5905 81.7717 22.487C80.7133 21.3835 79.88 20.0886 79.2719 18.6022C78.6639 17.1159 78.3599 15.4944 78.3599 13.7378C78.3599 11.9812 78.6526 10.3485 79.2494 8.85085C79.8462 7.35324 80.6795 6.05831 81.7492 4.96606C82.8189 3.87382 84.0688 3.0293 85.4989 2.42125C86.9289 1.8132 88.5053 1.50917 90.2282 1.50917C91.951 1.50917 93.4486 1.79068 94.7998 2.36495C96.1511 2.93922 97.2884 3.69366 98.223 4.63952C99.1576 5.58538 99.8219 6.62132 100.227 7.74735L96.3425 9.59403C95.8921 8.38918 95.1489 7.39828 94.0792 6.62132C93.0207 5.84436 91.737 5.46152 90.2282 5.46152C88.7193 5.46152 87.4356 5.81058 86.2983 6.50872C85.1611 7.20685 84.2828 8.17523 83.6522 9.4026C83.0216 10.63 82.7176 12.0713 82.7176 13.7265C82.7176 15.3818 83.0329 16.8344 83.6522 18.073C84.2828 19.3116 85.1611 20.28 86.2983 20.9894C87.4356 21.6875 88.7418 22.0366 90.2282 22.0366C91.7145 22.0366 93.0207 21.6537 94.0792 20.8768C95.1376 20.0998 95.8921 19.1202 96.3425 17.9379L100.227 19.7508C99.8219 20.8768 99.1576 21.9127 98.223 22.8586C97.2884 23.8045 96.1511 24.5589 94.7998 25.1332C93.4486 25.7074 91.9285 25.9889 90.2282 25.9889Z" fill="#0F1111"/>
|
||||
<path d="M101.748 25.6059V1.52028H105.948V25.6059H101.748Z" fill="#0F1111"/>
|
||||
<path d="M116.645 25.9884C114.968 25.9884 113.436 25.5943 112.051 24.8061C110.666 24.0178 109.551 22.9481 108.729 21.5969C107.907 20.2344 107.491 18.6917 107.491 16.9464C107.491 15.2011 107.907 13.6584 108.729 12.2959C109.551 10.9334 110.655 9.86371 112.04 9.08676C113.414 8.29854 114.956 7.90443 116.657 7.90443C118.357 7.90443 119.922 8.29854 121.307 9.08676C122.681 9.87497 123.784 10.9334 124.606 12.2847C125.417 13.6359 125.834 15.1898 125.834 16.9464C125.834 18.703 125.417 20.2344 124.595 21.5969C123.773 22.9594 122.67 24.0291 121.285 24.8061C119.911 25.5943 118.368 25.9884 116.668 25.9884H116.645ZM116.645 22.1712C117.602 22.1712 118.436 21.946 119.145 21.5068C119.854 21.0564 120.417 20.4371 120.834 19.6489C121.251 18.8494 121.453 17.9598 121.453 16.9577C121.453 15.9555 121.251 15.0659 120.834 14.289C120.417 13.5008 119.854 12.8927 119.145 12.4423C118.436 11.9919 117.602 11.778 116.645 11.778C115.688 11.778 114.889 12.0032 114.168 12.4423C113.447 12.8927 112.884 13.5008 112.468 14.289C112.051 15.0772 111.848 15.9668 111.848 16.9577C111.848 17.9486 112.051 18.8494 112.468 19.6489C112.884 20.4483 113.447 21.0677 114.168 21.5068C114.889 21.9572 115.722 22.1712 116.645 22.1712Z" fill="#0F1111"/>
|
||||
<path d="M133.535 25.9884C132.172 25.9884 131.013 25.6956 130.033 25.0988C129.053 24.502 128.299 23.68 127.77 22.6215C127.24 21.5631 126.97 20.3245 126.97 18.8944V8.29852H131.17V18.5453C131.17 19.266 131.317 19.8966 131.598 20.4371C131.88 20.9775 132.296 21.4054 132.837 21.7095C133.377 22.0135 133.985 22.1711 134.672 22.1711C135.359 22.1711 135.956 22.0135 136.485 21.7095C137.014 21.4054 137.431 20.9775 137.724 20.4258C138.017 19.874 138.174 19.221 138.174 18.4553V8.29852H142.34V25.6055H138.399V22.2049L138.715 22.813C138.309 23.8714 137.656 24.6709 136.744 25.2001C135.832 25.7294 134.762 25.9996 133.535 25.9996V25.9884Z" fill="#0F1111"/>
|
||||
<path d="M152.7 25.9888C151.022 25.9888 149.525 25.5947 148.196 24.7952C146.867 23.9957 145.82 22.9147 145.066 21.5297C144.3 20.156 143.917 18.6246 143.917 16.9468C143.917 15.269 144.3 13.7264 145.077 12.3639C145.854 11.0014 146.901 9.92042 148.207 9.12094C149.525 8.31021 151.011 7.9161 152.666 7.9161C153.984 7.9161 155.155 8.17508 156.179 8.69305C157.204 9.21103 158.015 9.94294 158.612 10.8775L157.97 11.7333V1.52028H162.136V25.6059H158.195V22.2616L158.645 23.0836C158.049 24.0408 157.227 24.7614 156.168 25.2456C155.11 25.7298 153.95 25.9775 152.7 25.9775V25.9888ZM153.139 22.1716C154.074 22.1716 154.907 21.9464 155.639 21.5072C156.371 21.0568 156.945 20.4487 157.362 19.6605C157.778 18.8723 157.981 17.9715 157.981 16.9581C157.981 15.9447 157.778 15.0664 157.362 14.2894C156.945 13.5012 156.371 12.8931 155.639 12.4427C154.907 11.9923 154.074 11.7784 153.139 11.7784C152.205 11.7784 151.371 12.0036 150.628 12.4427C149.885 12.8931 149.311 13.5012 148.894 14.2894C148.477 15.0776 148.275 15.9672 148.275 16.9581C148.275 17.949 148.477 18.8836 148.894 19.6605C149.311 20.4487 149.885 21.0568 150.628 21.5072C151.371 21.9576 152.205 22.1716 153.139 22.1716Z" fill="#0F1111"/>
|
||||
<path d="M13.4447 1.71661e-05L0 25.9887C6.22692 23.5227 11.249 23.1623 15.7643 23.3763L13.7037 18.8159C12.8029 18.7258 10.1905 18.7258 8.9519 19.0523L13.4447 9.06451C13.4447 9.06451 20.2009 23.7366 20.2121 23.7366C21.5183 23.9393 24.9977 25.1104 26.8895 25.9887L13.4447 1.71661e-05Z" fill="#0F1111"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 8.1 KiB |
@@ -0,0 +1,148 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
||||
|
||||
<svg
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
width="3984.4521"
|
||||
height="799.43805"
|
||||
viewBox="0 0 3984.4521 799.43805"
|
||||
sodipodi:docname="ito_lockup_light.svg"
|
||||
xml:space="preserve"
|
||||
inkscape:export-filename="ito_lockup_light.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg"><defs
|
||||
id="defs1" /><sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#ffffff"
|
||||
bordercolor="#ffffff"
|
||||
borderopacity="0"
|
||||
inkscape:showpageshadow="2"
|
||||
inkscape:pageopacity="0.0"
|
||||
inkscape:pagecheckerboard="false"
|
||||
inkscape:deskcolor="#3e5574"
|
||||
inkscape:export-bgcolor="#ffffff00"
|
||||
showgrid="false"><inkscape:grid
|
||||
id="grid2"
|
||||
units="px"
|
||||
originx="-188.88699"
|
||||
originy="-1776.873"
|
||||
spacingx="1"
|
||||
spacingy="1"
|
||||
empcolor="#0099e5"
|
||||
empopacity="0.30196078"
|
||||
color="#0099e5"
|
||||
opacity="0.14901961"
|
||||
empspacing="5"
|
||||
enabled="true"
|
||||
visible="false" /><inkscape:page
|
||||
x="0"
|
||||
y="0"
|
||||
width="3984.4521"
|
||||
height="799.43805"
|
||||
id="page1"
|
||||
margin="0"
|
||||
bleed="0" /></sodipodi:namedview><g
|
||||
id="g2"
|
||||
transform="matrix(1.2424941,0,0,1.2424941,732.18761,-28.312159)"
|
||||
style="display:inline;mix-blend-mode:normal;fill:#000000"><path
|
||||
fill="#f8f8f8"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m -407.82151,138.90806 c -0.73456,19.04603 -1.75003,36.04295 -1.77581,53.04148 -0.14803,97.42416 -0.12019,194.84831 0.007,292.27269 0.0201,15.45653 0.57632,30.92594 1.41025,46.36123 0.41463,7.67407 2.0485,15.28015 3.08296,22.92311 3.11296,23.00145 17.4907,35.52667 38.97622,40.39315 14.20138,3.21711 28.753,4.88804 43.86346,7.36875 2.21332,8.15229 2.09141,16.33417 0.19604,24.4426 -17.77154,2.32172 -238.81413,2.85947 -265.12221,0.6907 -3.01226,-8.05514 -1.79819,-16.31154 -1.14387,-25.76714 5.13187,-0.6408 9.55163,-1.05671 13.92387,-1.76586 10.66923,-1.72989 21.47836,-2.94384 31.93871,-5.54244 21.60953,-5.36825 35.18697,-18.4896 37.31021,-41.61938 1.12935,-12.30231 3.30449,-24.59672 3.33523,-36.89868 0.2921,-116.75264 0.39515,-233.5068 0.0452,-350.25864 -0.0437,-14.58642 -2.40654,-29.26741 -4.80996,-43.71922 -3.06751,-18.44469 -14.16794,-30.673543 -32.27876,-35.631463 -9.64428,-2.64002 -19.60034,-4.22358 -29.48381,-5.87653 -5.98535,-1.00112 -12.10103,-1.22288 -19.01466,-1.87575 -2.7837,-9.000821 -2.01117,-17.172152 -1.02036,-24.95995 1.26458,-0.83889 1.85493,-1.290771 2.50012,-1.642039 0.67514,-0.367516 1.40233,-0.911071 2.10791,-0.912812 82.72572,-0.189502 165.45152,-0.340361 248.1773,-0.466967 3.0862,0 6.19302,0.08354 9.25053,0.454666 1.46587,0.17813 2.83903,1.120069 4.882,1.980545 0,7.984144 0,16.21477 0,25.884597 -6.8273,0.57152 -12.86896,0.68142 -18.76796,1.65562 -11.40111,1.88248 -23.06675,3.17545 -33.99317,6.67736 -15.65683,5.01767 -26.3228,15.797003 -29.74679,32.579583 -1.23483,6.0521 -2.44932,12.10816 -3.84916,20.21079 z"
|
||||
id="path3"
|
||||
style="fill:#ffffff;stroke-width:1.16044" /><path
|
||||
fill="#f8f8f8"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m -175.50826,592.31193 c -16.09124,-26.94941 -19.46077,-55.27164 -19.59272,-84.09461 -0.32921,-71.92819 -0.17374,-143.85895 -0.23487,-215.78854 -0.007,-8.42291 -0.15278,-16.8456 -0.24748,-26.62832 -19.08924,0 -36.70129,0 -55.12778,0 -3.95705,-11.29202 -3.70922,-19.50791 6.46272,-26.67115 45.69063,-32.17644 80.91103,-73.84666 108.45576,-122.14909 5.23615,-9.18208 11.71252,-11.28784 22.61412,-6.73562 0.12268,17.80749 0.2994,36.24893 0.3628,54.6906 0.0635,18.46826 0.0139,36.93697 0.0139,55.97176 11.35646,4.41667 22.198715,1.71259 32.708818,2.21507 10.032,0.47973 20.10448,0.11651 30.159201,0.11906 10.815969,0 21.632049,4.7e-4 33.59349,4.7e-4 4.188069,14.29572 -2.530351,27.01289 -3.22906,41.59735 -31.374611,1.3323 -61.373771,-0.21167 -91.942879,0.96317 -0.47725,6.38399 -1.21691,11.70768 -1.22136,17.03196 -0.058,68.83617 -0.25024,137.67374 0.20972,206.50667 0.0923,13.80787 1.37548,27.9249 4.52007,41.3338 8.165127,34.81635 38.159478,47.50487 69.741938,30.0216 9.287071,-5.14104 17.68211,-11.89289 28.9041102,-19.55849 4.7637788,6.21839 9.39363761,12.26203 14.789386,19.30516 -2.2162292,3.40013 -3.9757088,7.85034 -7.166838,10.69426 -14.3969972,12.83183 -28.5569272,26.07735 -44.0303682,37.51244 -16.46956,12.1714 -35.74838,17.93549 -56.435928,18.54287 -29.73341,0.8723 -54.73711,-8.26032 -73.30672,-34.88042 z"
|
||||
id="path4"
|
||||
style="fill:#ffffff;stroke-width:1.16044" /><path
|
||||
fill="#f4f4f4"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 1128.584,356.44963 c -7.4315,16.25225 -12.2094,31.78213 -20.8952,45.92572 -9.5181,0 -18.5882,0 -28.343,0 -14.907,-26.29075 -23.2607,-55.28477 -37.2044,-81.41502 -6.8826,0.67457 -4.8861,5.55462 -4.898,8.58096 -0.1555,40.17417 -0.071,80.34973 -0.048,120.52469 0,8.47736 5e-4,16.95469 5e-4,26.20117 -11.4205,5.1603 -22.8457,2.25464 -33.6308,2.61924 -0.8862,-1.08002 -1.4333,-1.64039 -1.8498,-2.28515 -0.3986,-0.61793 -0.9426,-1.32314 -0.944,-1.99063 -0.1297,-66.43868 -0.2142,-132.87715 -0.2995,-199.31594 -0.012,-5.35572 -8e-4,-10.71144 -8e-4,-16.57148 7.9953,-4.28881 15.7539,-2.24165 23.1179,-2.545 7.6717,-0.31622 15.367,-0.0708 23.9634,-0.0708 2.5457,4.93308 5.2218,9.46755 7.3005,14.26056 9.515,21.93952 18.8012,43.97849 28.3129,65.9195 2.4154,5.57157 5.3558,10.91579 9.0469,18.36695 3.3433,-3.91375 6.299,-6.12673 7.579,-9.06894 10.4639,-24.05014 20.611,-48.23862 30.8639,-72.38124 2.1062,-4.95943 4.2506,-9.90317 7.039,-16.39359 15.5819,-1.5152 31.4945,-0.52303 47.2227,-0.47463 2.7015,19.53029 2.7778,198.37503 0.1474,221.90797 -11.0574,1.39161 -22.2553,1.9846 -34.8907,-0.89391 0,-52.45604 0,-104.62428 0,-160.74504 -4.4804,4.68127 -6.9422,6.25762 -7.964,8.49266 -4.4917,9.82102 -8.5674,19.83189 -13.6251,31.35205 z"
|
||||
id="path5"
|
||||
style="fill:#ffffff;stroke-width:1.16044" /><path
|
||||
fill="#eeeeee"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 719.24251,453.24707 c -2.2e-4,-143.79039 -2.2e-4,-285.26009 -2.2e-4,-426.794416 11.14206,-6.25449 21.98418,-1.754024 31.24644,-3.666101 7.21605,6.966195 4.77655,14.346439 4.79824,20.94779 0.28212,85.855147 0.40441,171.711207 0.41347,257.566797 0.0116,112.92769 -0.10793,225.85502 -0.18777,338.7827 -0.0116,8.38415 -0.14958,16.76854 -0.23822,26.11668 -12.12987,0 -22.76193,0 -32.78487,0 -1.16916,-0.99044 -1.86647,-1.35646 -2.2116,-1.93355 -0.38156,-0.63837 -0.60158,-1.46645 -0.61619,-2.21728 -0.18174,-9.26853 -0.4339,-18.53857 -0.43784,-27.80803 -0.0256,-59.5579 0.0116,-119.11579 0.0185,-180.99459 z"
|
||||
id="path6"
|
||||
style="fill:#ffffff;stroke-width:1.16044" /><path
|
||||
fill="#eeeeee"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 1755.7449,339.22545 c 0.3272,-28.4493 -0.7983,-54.61983 0.7248,-81.49067 12.6256,-2.67554 23.9589,-1.81379 36.6171,-0.83831 0.6561,5.31324 1.7934,10.46472 1.8424,15.62699 0.1987,20.87713 -0.021,41.75784 0.1307,62.63588 0.024,3.46151 1.128,6.91479 2.2393,13.26757 32.1517,-30.80955 59.1362,-62.3959 88.7093,-91.66645 13.6107,-1.44743 27.1238,-0.4708 43.2196,-0.75047 -5.7951,11.94246 -13.9498,17.89918 -20.4615,25.09989 -7.2594,8.02709 -14.7108,15.88115 -22.1311,23.76119 -6.89,7.31713 -13.8688,14.55045 -20.7722,21.85515 -6.8146,7.20978 -13.5844,14.4626 -20.993,22.35623 28.0222,44.03882 58.7096,84.62599 88.9464,127.56586 -15.3427,4.61802 -29.555,2.06143 -44.4756,2.46202 -23.5436,-33.7347 -46.8802,-67.17302 -71.0658,-101.82796 -4.557,4.31734 -7.6114,7.46356 -10.9273,10.30471 -9.4239,8.07524 -13.2785,17.80505 -12.604,30.56213 1.0175,19.24969 0.2653,38.59329 0.2653,58.51615 -12.6577,4.41286 -24.644,2.5617 -35.3929,1.84861 -1.795,-1.53958 -2.5217,-1.9245 -2.8714,-2.52805 -0.37,-0.63767 -0.5232,-1.48282 -0.5264,-2.2384 -0.1756,-44.0677 -0.3264,-88.13577 -0.4737,-134.52207 z"
|
||||
id="path8"
|
||||
style="fill:#ffffff;stroke-width:1.16044" /><path
|
||||
fill="#f4f4f4"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 2040.4731,310.9528 c -0.012,11.6723 -0.012,20.90973 -0.012,30.72195 10.9971,4.62683 21.8046,1.86507 32.2483,2.37311 10.0143,0.48692 20.0714,0.10445 30.1094,0.10445 10.7812,-2.3e-4 21.5622,0 32.6047,0 4.0513,10.49455 2.4977,20.20998 1.2879,31.50165 -16.5872,1.4501 -32.613,0.30345 -48.5654,0.76891 -15.3385,0.44736 -30.769,-1.28962 -46.7988,1.39138 -2.1159,22.58321 -0.8199,44.74344 -0.8593,67.36008 18.6055,3.59555 36.356,1.19782 53.9784,1.70807 17.5634,0.50828 35.1903,-0.53717 53.1147,0.81231 3.1013,10.46589 1.752,19.49932 1.5309,27.4411 -1.3144,1.64355 -1.6774,2.32521 -2.2384,2.7374 -0.6059,0.44538 -1.3874,0.87939 -2.1077,0.90608 -7.6951,0.28733 -15.3931,0.67654 -23.0907,0.68955 -39.2522,0.0673 -78.5045,0.0313 -117.4961,0.0313 -3.1476,-17.94652 -3.9083,-193.37372 -1.07,-221.78554 23.3622,-2.86969 47.0875,-0.97233 70.7119,-1.24458 22.9759,-0.26459 45.9886,-0.56527 70.0376,0.41671 0,10.66712 0,19.61953 0,30.23641 -4.2512,0.54738 -8.5291,1.54514 -12.814,1.57577 -23.164,0.1649 -46.3296,0.0267 -69.4942,0.1425 -6.0131,0.0301 -12.0236,0.5981 -19.3322,0.98824 -0.6335,6.81905 -1.1845,12.75361 -1.7467,21.12326 z"
|
||||
id="path9"
|
||||
style="fill:#ffffff;stroke-width:1.16044" /><path
|
||||
fill="#f4f4f4"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 2561.9876,395.47975 c -15.0294,-4.73848 -28.4607,-8.31128 -41.7783,-12.26807 -8.1235,-2.41386 -16.3735,-4.76029 -24.0396,-8.28354 -21.4254,-9.84796 -33.8133,-25.91522 -34.3005,-50.49106 -0.5055,-25.48341 9.0029,-44.93886 31.4622,-57.68967 11.0056,-6.24788 22.9161,-9.08786 35.3729,-10.10325 25.0432,-2.04159 49.2012,0.99439 72.8749,12.41824 1.8065,11.39621 1.279,22.60724 0.4738,33.46268 -7.2636,3.01764 -11.2977,-1.93505 -15.7743,-4.12391 -12.0184,-5.87699 -24.7316,-8.76396 -37.8125,-10.37583 -10.1375,-1.2491 -20.19,-0.1033 -29.6564,3.67005 -11.6583,4.64749 -19.1169,12.78377 -19.3387,26.16147 -0.2105,12.70498 5.3087,21.43414 18.4764,26.41341 7.8944,2.98525 16.4026,4.31908 24.5845,6.57884 11.8972,3.28581 24.2103,5.62656 35.5339,10.32581 33.7506,14.00619 48.8059,54.01662 33.4349,87.30907 -8.3753,18.14112 -23.1726,28.61131 -42.2488,33.08566 -35.8416,8.4062 -70.4921,4.7625 -104.443,-10.70959 -2.0823,-12.38016 -1.7666,-24.31936 0.1925,-38.15091 7.6186,3.73909 13.6825,6.80628 19.8229,9.71136 17.0475,8.06653 34.913,12.37088 53.8766,11.45471 2.3172,-0.1114 4.6457,-0.17512 6.9432,-0.46558 13.7753,-1.74066 25.8169,-6.59856 30.8083,-20.81305 5.3111,-15.12441 0.2595,-27.19834 -14.4649,-37.11684 z"
|
||||
id="path11"
|
||||
style="fill:#ffffff;stroke-width:1.16044" /><path
|
||||
fill="#eeeeee"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 2324.7213,408.70201 c 6e-4,23.93572 6e-4,45.55739 6e-4,67.81278 -12.458,4.8053 -24.4548,2.66682 -37.6697,1.91266 -2.543,-11.13443 -0.9878,-21.83775 -1.3115,-32.35633 -0.3085,-10.04034 -0.048,-20.09775 -0.047,-30.14773 0,-10.82309 -7e-4,-21.64604 -0.012,-32.46911 0,-10.04999 -0.012,-20.09996 -0.03,-30.14995 -0.023,-10.82319 -0.033,-21.64626 -0.1091,-32.46911 -0.069,-9.96445 -0.2183,-19.92855 -0.3438,-30.88636 -23.1014,-3.81986 -45.4664,0.78052 -68.0746,-3.07138 0,-9.76972 0,-18.81058 0,-26.91901 1.3992,-1.49814 1.8558,-2.16481 2.4752,-2.59883 0.5924,-0.41532 1.3437,-0.80175 2.043,-0.83553 5.3905,-0.26179 10.7857,-0.60377 16.1798,-0.60853 50.9551,-0.0441 101.9101,-0.0267 153.1125,-0.0267 5.2272,10.46334 3.0826,20.22239 2.1422,30.8157 -21.8288,3.94229 -43.479,0.13798 -66.2051,2.61949 -0.732,4.96744 -2.0889,9.98918 -2.1141,15.01764 -0.1714,34.01437 -0.062,68.03013 -0.042,104.35995 z"
|
||||
id="path13"
|
||||
style="fill:#ffffff;stroke-width:1.16044" /><g
|
||||
id="g19"
|
||||
transform="matrix(1.1604524,0,0,1.1604524,81.858938,-47.101746)"
|
||||
style="fill:#ccb174;fill-opacity:1"><g
|
||||
id="g3"
|
||||
style="fill:#ccb174;fill-opacity:1"
|
||||
transform="translate(0,12.70675)"><path
|
||||
fill="#c9ae73"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="M 131.60765,564.55455 C 60.990753,548.86015 17.730153,506.81935 -0.65754657,438.83965 -12.020747,396.83015 -9.8713466,355.38455 8.0249534,315.87405 35.193653,255.89145 81.930952,221.36605 148.00615,214.93185 c 29.4853,-2.8714 58.5662,-0.1619 86.1069,11.9181 61.5948,27.0166 95.2478,74.708 102.7977,140.9643 4.8972,42.978 -2.8901,83.7102 -26.2475,120.5305 -31.449,49.576 -76.6083,76.5689 -135.5877,78.8111 -13.8719,0.5271 -27.8386,-1.4361 -43.4679,-2.6013 m 65.5545,-29.344 c 22.0044,-6.3438 36.3966,-21.4908 46.5728,-41.0845 3.6551,-7.0379 6.3997,-14.6433 8.7727,-22.2356 10.5566,-33.7749 10.6811,-68.3523 6.1747,-102.9605 -3.3706,-25.8859 -10.6042,-50.852 -23.1531,-73.9812 -7.7003,-14.1926 -17.2535,-26.8676 -30.4987,-36.5083 -32.1785,-23.4209 -73.7716,-20.1635 -102.1538,7.8831 -13.773998,13.6111 -21.170798,30.6299 -26.078697,48.7576 -12.9316,47.7639 -9.6462,94.9355 6.137099,141.561 6.9186,20.438 16.2865,39.4504 31.367498,55.1072 21.9904,22.8298 48.1905,32.5124 82.8595,23.4612 z"
|
||||
id="path2"
|
||||
style="fill:#ccb174;fill-opacity:1" /><path
|
||||
fill="#c9ae73"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 269.48165,157.86465 c 3.6399,6.206 8.7502,10.1878 8.1538,18.0252 -10.7607,4.6734 -20.6228,5.2428 -30.5203,-3.5659 -21.363,-19.0125 -43.1731,-37.5225 -64.8189,-56.2166 -5.0067,-4.3237 -10.088,-8.5613 -15.8011,-13.4031 -4.6538,3.5194 -8.9832,6.4353 -12.9075,9.8208 -22.6631,19.5503 -45.4727,38.9425 -67.717898,58.9604 -9.651999,8.6855 -19.402499,9.9912 -30.939499,5.0429 -1.4927,-7.2374 2.9787,-11.6959 6.2688,-16.4012 17.530799,-25.0703 35.233299,-50.0203 52.828797,-75.045402 8.7633,-12.4635 17.4252,-24.9984 26.1172,-37.4784 16.7091,0 32.5818,0 50.2351,0 25.716,35.826 52.0095,72.456402 79.1015,110.261302 z"
|
||||
id="path12"
|
||||
style="fill:#ccb174;fill-opacity:1" /></g><path
|
||||
fill="#000000"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 195.60265,548.33085 c -33.1095,8.6377 -59.3096,-1.0449 -81.3,-23.8747 -15.080998,-15.6568 -24.448898,-34.6692 -31.367498,-55.1072 -15.783299,-46.6255 -19.068699,-93.7971 -6.137099,-141.561 4.907899,-18.1277 12.304699,-35.1465 26.078697,-48.7576 28.3822,-28.0466 69.9753,-31.304 102.1538,-7.8831 13.2452,9.6407 22.7984,22.3157 30.4987,36.5083 12.5489,23.1292 19.7825,48.0953 23.1531,73.9812 4.5064,34.6082 4.3819,69.1856 -6.1747,102.9605 -2.373,7.5923 -5.1176,15.1977 -8.7727,22.2356 -10.1762,19.5937 -24.5684,34.7407 -48.1323,41.498 z"
|
||||
id="path14"
|
||||
style="fill:none;fill-opacity:1" /></g><path
|
||||
fill="#f4f4f4"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 1512.7545,307.08622 c 0,-17.6542 0,-33.02474 0,-49.59065 5.9445,-0.52476 10.3121,-1.20838 14.6853,-1.24494 20.0898,-0.1671 40.1806,-0.18161 60.2713,-0.19542 14.0713,-0.0116 27.4574,3.05326 40.6328,8.05934 45.9433,17.45808 46.6284,82.57408 15.2122,105.51449 -3.7249,2.71987 -7.6262,5.19766 -11.8361,8.05261 9.987,16.54805 20.126,32.59757 29.4948,49.08411 9.134,16.07378 17.481,32.59468 26.9012,50.28566 -14.2438,4.23066 -27.7508,1.87912 -42.1066,1.67372 -7.9059,-15.26888 -15.5882,-30.32807 -23.4876,-45.27262 -4.3242,-8.18072 -8.6517,-16.39905 -13.6251,-24.18707 -7.6112,-11.91843 -18.8664,-17.8994 -33.0285,-18.14785 -7.6363,-0.13404 -15.2771,-0.0244 -24.2588,-0.0244 0,29.38324 0,57.0902 0,86.35937 -6.9209,0.72412 -12.6895,1.57484 -18.4863,1.86647 -6.0242,0.30369 -12.0757,0.0673 -16.4004,0.0673 -2.217,-2.13256 -2.9341,-2.58131 -3.2854,-3.22872 -0.3428,-0.63094 -0.4204,-1.46415 -0.4275,-2.21043 -0.1376,-14.67752 -0.3416,-29.35574 -0.3471,-44.03372 -0.014,-40.18148 0.057,-80.36273 0.093,-122.82797 m 50.6994,-18.65508 c -3.5865,0.46371 -7.1726,0.92719 -11.6002,1.49953 -0.5585,23.27566 -1.8954,45.19615 0.7434,67.7587 15.6967,0 30.2993,1.18912 44.6218,-0.30624 17.2494,-1.80079 27.4254,-14.21183 28.3078,-31.11834 1.0166,-19.47101 -6.8852,-31.17266 -25.7261,-35.14756 -10.4147,-2.19708 -21.3591,-1.88236 -36.3467,-2.68609 z"
|
||||
id="path7"
|
||||
style="fill:#ffffff;stroke-width:1.16045" /><path
|
||||
fill="#000000"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 1565.595,288.42429 c 12.8465,0.81058 23.7909,0.49586 34.2056,2.69294 18.8409,3.9749 26.7428,15.67655 25.7262,35.14756 -0.8825,16.90651 -11.0585,29.31755 -28.3079,31.11834 -14.3225,1.49536 -28.9251,0.30624 -44.6218,0.30624 -2.6388,-22.56255 -1.3018,-44.48304 -0.7433,-67.7587 4.4276,-0.57234 8.0137,-1.03582 13.7412,-1.50638 z"
|
||||
id="path15"
|
||||
style="fill:none;stroke-width:1.16045" /><path
|
||||
fill="#f4f4f4"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 1272.6324,421.65419 c 18.746,-55.81532 36.9981,-109.85794 55.3977,-164.33689 14.6762,-2.16169 28.3186,-0.70289 43.1079,-1.09244 24.842,73.7233 49.3809,146.54737 73.9918,219.5851 -6.0397,5.30244 -12.4607,2.85888 -18.2411,3.28326 -6.0752,0.44619 -12.2083,0.0998 -19.0293,0.0998 -9.486,-17.29121 -10.5595,-37.51302 -21.3256,-53.99028 -25.0966,0 -49.602,0 -74.7367,0 -9.2695,16.6229 -11.2084,35.52075 -19.4881,52.8123 -11.8971,2.17272 -24.0122,1.35646 -37.7874,0.52546 3.763,-19.68766 12.1523,-36.97237 18.1108,-56.88596 m 92.1307,-75.1936 c -5.4892,-13.92949 -6.6635,-29.5052 -16.1376,-43.87508 -10.0156,30.88115 -19.6013,60.01488 -28.0735,91.96411 20.1955,-0.63013 38.3275,0.7117 58.3136,-1.02074 -4.771,-15.669 -9.0062,-29.57854 -14.1025,-47.06829 z"
|
||||
id="path10"
|
||||
style="fill:#ffffff;stroke-width:1.16045" /><path
|
||||
fill="#000000"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 1365.1938,348.25047 c 4.6656,15.69987 8.9008,29.60941 13.6718,45.27841 -19.9861,1.73245 -38.1181,0.39061 -58.3136,1.02074 8.4722,-31.94923 18.0579,-61.08296 28.0735,-91.96411 9.4741,14.36988 10.6484,29.94559 16.5683,45.66496 z"
|
||||
id="path16"
|
||||
style="fill:none;stroke-width:1.16045" /></g></svg>
|
||||
|
After Width: | Height: | Size: 18 KiB |
@@ -4,12 +4,12 @@
|
||||
<svg
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
width="1400"
|
||||
width="3984.4521"
|
||||
height="799.43805"
|
||||
viewBox="0 0 1400 799.43805"
|
||||
viewBox="0 0 3984.4521 799.43805"
|
||||
sodipodi:docname="ito_lockup_light.svg"
|
||||
xml:space="preserve"
|
||||
inkscape:export-filename="ito_lockup_light.png"
|
||||
inkscape:export-filename="ito_lockup_dark.png"
|
||||
inkscape:export-xdpi="96"
|
||||
inkscape:export-ydpi="96"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
@@ -46,7 +46,7 @@
|
||||
height="799.43805"
|
||||
id="page1"
|
||||
margin="0"
|
||||
bleed="0" /></sodipodi:namedview><rect width="1400" height="799.43805" rx="80" fill="#0F172A" /><g
|
||||
bleed="0" /></sodipodi:namedview><g
|
||||
id="g2"
|
||||
transform="matrix(1.2424941,0,0,1.2424941,732.18761,-28.312159)"
|
||||
style="display:inline;mix-blend-mode:normal;fill:#000000"><path
|
||||
@@ -55,49 +55,49 @@
|
||||
stroke="none"
|
||||
d="m -407.82151,138.90806 c -0.73456,19.04603 -1.75003,36.04295 -1.77581,53.04148 -0.14803,97.42416 -0.12019,194.84831 0.007,292.27269 0.0201,15.45653 0.57632,30.92594 1.41025,46.36123 0.41463,7.67407 2.0485,15.28015 3.08296,22.92311 3.11296,23.00145 17.4907,35.52667 38.97622,40.39315 14.20138,3.21711 28.753,4.88804 43.86346,7.36875 2.21332,8.15229 2.09141,16.33417 0.19604,24.4426 -17.77154,2.32172 -238.81413,2.85947 -265.12221,0.6907 -3.01226,-8.05514 -1.79819,-16.31154 -1.14387,-25.76714 5.13187,-0.6408 9.55163,-1.05671 13.92387,-1.76586 10.66923,-1.72989 21.47836,-2.94384 31.93871,-5.54244 21.60953,-5.36825 35.18697,-18.4896 37.31021,-41.61938 1.12935,-12.30231 3.30449,-24.59672 3.33523,-36.89868 0.2921,-116.75264 0.39515,-233.5068 0.0452,-350.25864 -0.0437,-14.58642 -2.40654,-29.26741 -4.80996,-43.71922 -3.06751,-18.44469 -14.16794,-30.673543 -32.27876,-35.631463 -9.64428,-2.64002 -19.60034,-4.22358 -29.48381,-5.87653 -5.98535,-1.00112 -12.10103,-1.22288 -19.01466,-1.87575 -2.7837,-9.000821 -2.01117,-17.172152 -1.02036,-24.95995 1.26458,-0.83889 1.85493,-1.290771 2.50012,-1.642039 0.67514,-0.367516 1.40233,-0.911071 2.10791,-0.912812 82.72572,-0.189502 165.45152,-0.340361 248.1773,-0.466967 3.0862,0 6.19302,0.08354 9.25053,0.454666 1.46587,0.17813 2.83903,1.120069 4.882,1.980545 0,7.984144 0,16.21477 0,25.884597 -6.8273,0.57152 -12.86896,0.68142 -18.76796,1.65562 -11.40111,1.88248 -23.06675,3.17545 -33.99317,6.67736 -15.65683,5.01767 -26.3228,15.797003 -29.74679,32.579583 -1.23483,6.0521 -2.44932,12.10816 -3.84916,20.21079 z"
|
||||
id="path3"
|
||||
style="fill:#ffffff;stroke-width:1.16044" /><path
|
||||
style="fill:#00112b;stroke-width:1.16044" /><path
|
||||
fill="#f8f8f8"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m -175.50826,592.31193 c -16.09124,-26.94941 -19.46077,-55.27164 -19.59272,-84.09461 -0.32921,-71.92819 -0.17374,-143.85895 -0.23487,-215.78854 -0.007,-8.42291 -0.15278,-16.8456 -0.24748,-26.62832 -19.08924,0 -36.70129,0 -55.12778,0 -3.95705,-11.29202 -3.70922,-19.50791 6.46272,-26.67115 45.69063,-32.17644 80.91103,-73.84666 108.45576,-122.14909 5.23615,-9.18208 11.71252,-11.28784 22.61412,-6.73562 0.12268,17.80749 0.2994,36.24893 0.3628,54.6906 0.0635,18.46826 0.0139,36.93697 0.0139,55.97176 11.35646,4.41667 22.198715,1.71259 32.708818,2.21507 10.032,0.47973 20.10448,0.11651 30.159201,0.11906 10.815969,0 21.632049,4.7e-4 33.59349,4.7e-4 4.188069,14.29572 -2.530351,27.01289 -3.22906,41.59735 -31.374611,1.3323 -61.373771,-0.21167 -91.942879,0.96317 -0.47725,6.38399 -1.21691,11.70768 -1.22136,17.03196 -0.058,68.83617 -0.25024,137.67374 0.20972,206.50667 0.0923,13.80787 1.37548,27.9249 4.52007,41.3338 8.165127,34.81635 38.159478,47.50487 69.741938,30.0216 9.287071,-5.14104 17.68211,-11.89289 28.9041102,-19.55849 4.7637788,6.21839 9.39363761,12.26203 14.789386,19.30516 -2.2162292,3.40013 -3.9757088,7.85034 -7.166838,10.69426 -14.3969972,12.83183 -28.5569272,26.07735 -44.0303682,37.51244 -16.46956,12.1714 -35.74838,17.93549 -56.435928,18.54287 -29.73341,0.8723 -54.73711,-8.26032 -73.30672,-34.88042 z"
|
||||
id="path4"
|
||||
style="fill:#ffffff;stroke-width:1.16044" /><path
|
||||
style="fill:#00112b;stroke-width:1.16044" /><path
|
||||
fill="#f4f4f4"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 1128.584,356.44963 c -7.4315,16.25225 -12.2094,31.78213 -20.8952,45.92572 -9.5181,0 -18.5882,0 -28.343,0 -14.907,-26.29075 -23.2607,-55.28477 -37.2044,-81.41502 -6.8826,0.67457 -4.8861,5.55462 -4.898,8.58096 -0.1555,40.17417 -0.071,80.34973 -0.048,120.52469 0,8.47736 5e-4,16.95469 5e-4,26.20117 -11.4205,5.1603 -22.8457,2.25464 -33.6308,2.61924 -0.8862,-1.08002 -1.4333,-1.64039 -1.8498,-2.28515 -0.3986,-0.61793 -0.9426,-1.32314 -0.944,-1.99063 -0.1297,-66.43868 -0.2142,-132.87715 -0.2995,-199.31594 -0.012,-5.35572 -8e-4,-10.71144 -8e-4,-16.57148 7.9953,-4.28881 15.7539,-2.24165 23.1179,-2.545 7.6717,-0.31622 15.367,-0.0708 23.9634,-0.0708 2.5457,4.93308 5.2218,9.46755 7.3005,14.26056 9.515,21.93952 18.8012,43.97849 28.3129,65.9195 2.4154,5.57157 5.3558,10.91579 9.0469,18.36695 3.3433,-3.91375 6.299,-6.12673 7.579,-9.06894 10.4639,-24.05014 20.611,-48.23862 30.8639,-72.38124 2.1062,-4.95943 4.2506,-9.90317 7.039,-16.39359 15.5819,-1.5152 31.4945,-0.52303 47.2227,-0.47463 2.7015,19.53029 2.7778,198.37503 0.1474,221.90797 -11.0574,1.39161 -22.2553,1.9846 -34.8907,-0.89391 0,-52.45604 0,-104.62428 0,-160.74504 -4.4804,4.68127 -6.9422,6.25762 -7.964,8.49266 -4.4917,9.82102 -8.5674,19.83189 -13.6251,31.35205 z"
|
||||
id="path5"
|
||||
style="fill:#ffffff;stroke-width:1.16044" /><path
|
||||
style="fill:#00112b;stroke-width:1.16044" /><path
|
||||
fill="#eeeeee"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 719.24251,453.24707 c -2.2e-4,-143.79039 -2.2e-4,-285.26009 -2.2e-4,-426.794416 11.14206,-6.25449 21.98418,-1.754024 31.24644,-3.666101 7.21605,6.966195 4.77655,14.346439 4.79824,20.94779 0.28212,85.855147 0.40441,171.711207 0.41347,257.566797 0.0116,112.92769 -0.10793,225.85502 -0.18777,338.7827 -0.0116,8.38415 -0.14958,16.76854 -0.23822,26.11668 -12.12987,0 -22.76193,0 -32.78487,0 -1.16916,-0.99044 -1.86647,-1.35646 -2.2116,-1.93355 -0.38156,-0.63837 -0.60158,-1.46645 -0.61619,-2.21728 -0.18174,-9.26853 -0.4339,-18.53857 -0.43784,-27.80803 -0.0256,-59.5579 0.0116,-119.11579 0.0185,-180.99459 z"
|
||||
id="path6"
|
||||
style="fill:#ffffff;stroke-width:1.16044" /><path
|
||||
style="fill:#00112b;stroke-width:1.16044" /><path
|
||||
fill="#eeeeee"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 1755.7449,339.22545 c 0.3272,-28.4493 -0.7983,-54.61983 0.7248,-81.49067 12.6256,-2.67554 23.9589,-1.81379 36.6171,-0.83831 0.6561,5.31324 1.7934,10.46472 1.8424,15.62699 0.1987,20.87713 -0.021,41.75784 0.1307,62.63588 0.024,3.46151 1.128,6.91479 2.2393,13.26757 32.1517,-30.80955 59.1362,-62.3959 88.7093,-91.66645 13.6107,-1.44743 27.1238,-0.4708 43.2196,-0.75047 -5.7951,11.94246 -13.9498,17.89918 -20.4615,25.09989 -7.2594,8.02709 -14.7108,15.88115 -22.1311,23.76119 -6.89,7.31713 -13.8688,14.55045 -20.7722,21.85515 -6.8146,7.20978 -13.5844,14.4626 -20.993,22.35623 28.0222,44.03882 58.7096,84.62599 88.9464,127.56586 -15.3427,4.61802 -29.555,2.06143 -44.4756,2.46202 -23.5436,-33.7347 -46.8802,-67.17302 -71.0658,-101.82796 -4.557,4.31734 -7.6114,7.46356 -10.9273,10.30471 -9.4239,8.07524 -13.2785,17.80505 -12.604,30.56213 1.0175,19.24969 0.2653,38.59329 0.2653,58.51615 -12.6577,4.41286 -24.644,2.5617 -35.3929,1.84861 -1.795,-1.53958 -2.5217,-1.9245 -2.8714,-2.52805 -0.37,-0.63767 -0.5232,-1.48282 -0.5264,-2.2384 -0.1756,-44.0677 -0.3264,-88.13577 -0.4737,-134.52207 z"
|
||||
id="path8"
|
||||
style="fill:#ffffff;stroke-width:1.16044" /><path
|
||||
style="fill:#00112b;stroke-width:1.16044" /><path
|
||||
fill="#f4f4f4"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 2040.4731,310.9528 c -0.012,11.6723 -0.012,20.90973 -0.012,30.72195 10.9971,4.62683 21.8046,1.86507 32.2483,2.37311 10.0143,0.48692 20.0714,0.10445 30.1094,0.10445 10.7812,-2.3e-4 21.5622,0 32.6047,0 4.0513,10.49455 2.4977,20.20998 1.2879,31.50165 -16.5872,1.4501 -32.613,0.30345 -48.5654,0.76891 -15.3385,0.44736 -30.769,-1.28962 -46.7988,1.39138 -2.1159,22.58321 -0.8199,44.74344 -0.8593,67.36008 18.6055,3.59555 36.356,1.19782 53.9784,1.70807 17.5634,0.50828 35.1903,-0.53717 53.1147,0.81231 3.1013,10.46589 1.752,19.49932 1.5309,27.4411 -1.3144,1.64355 -1.6774,2.32521 -2.2384,2.7374 -0.6059,0.44538 -1.3874,0.87939 -2.1077,0.90608 -7.6951,0.28733 -15.3931,0.67654 -23.0907,0.68955 -39.2522,0.0673 -78.5045,0.0313 -117.4961,0.0313 -3.1476,-17.94652 -3.9083,-193.37372 -1.07,-221.78554 23.3622,-2.86969 47.0875,-0.97233 70.7119,-1.24458 22.9759,-0.26459 45.9886,-0.56527 70.0376,0.41671 0,10.66712 0,19.61953 0,30.23641 -4.2512,0.54738 -8.5291,1.54514 -12.814,1.57577 -23.164,0.1649 -46.3296,0.0267 -69.4942,0.1425 -6.0131,0.0301 -12.0236,0.5981 -19.3322,0.98824 -0.6335,6.81905 -1.1845,12.75361 -1.7467,21.12326 z"
|
||||
id="path9"
|
||||
style="fill:#ffffff;stroke-width:1.16044" /><path
|
||||
style="fill:#00112b;stroke-width:1.16044" /><path
|
||||
fill="#f4f4f4"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 2561.9876,395.47975 c -15.0294,-4.73848 -28.4607,-8.31128 -41.7783,-12.26807 -8.1235,-2.41386 -16.3735,-4.76029 -24.0396,-8.28354 -21.4254,-9.84796 -33.8133,-25.91522 -34.3005,-50.49106 -0.5055,-25.48341 9.0029,-44.93886 31.4622,-57.68967 11.0056,-6.24788 22.9161,-9.08786 35.3729,-10.10325 25.0432,-2.04159 49.2012,0.99439 72.8749,12.41824 1.8065,11.39621 1.279,22.60724 0.4738,33.46268 -7.2636,3.01764 -11.2977,-1.93505 -15.7743,-4.12391 -12.0184,-5.87699 -24.7316,-8.76396 -37.8125,-10.37583 -10.1375,-1.2491 -20.19,-0.1033 -29.6564,3.67005 -11.6583,4.64749 -19.1169,12.78377 -19.3387,26.16147 -0.2105,12.70498 5.3087,21.43414 18.4764,26.41341 7.8944,2.98525 16.4026,4.31908 24.5845,6.57884 11.8972,3.28581 24.2103,5.62656 35.5339,10.32581 33.7506,14.00619 48.8059,54.01662 33.4349,87.30907 -8.3753,18.14112 -23.1726,28.61131 -42.2488,33.08566 -35.8416,8.4062 -70.4921,4.7625 -104.443,-10.70959 -2.0823,-12.38016 -1.7666,-24.31936 0.1925,-38.15091 7.6186,3.73909 13.6825,6.80628 19.8229,9.71136 17.0475,8.06653 34.913,12.37088 53.8766,11.45471 2.3172,-0.1114 4.6457,-0.17512 6.9432,-0.46558 13.7753,-1.74066 25.8169,-6.59856 30.8083,-20.81305 5.3111,-15.12441 0.2595,-27.19834 -14.4649,-37.11684 z"
|
||||
id="path11"
|
||||
style="fill:#ffffff;stroke-width:1.16044" /><path
|
||||
style="fill:#00112b;stroke-width:1.16044" /><path
|
||||
fill="#eeeeee"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
d="m 2324.7213,408.70201 c 6e-4,23.93572 6e-4,45.55739 6e-4,67.81278 -12.458,4.8053 -24.4548,2.66682 -37.6697,1.91266 -2.543,-11.13443 -0.9878,-21.83775 -1.3115,-32.35633 -0.3085,-10.04034 -0.048,-20.09775 -0.047,-30.14773 0,-10.82309 -7e-4,-21.64604 -0.012,-32.46911 0,-10.04999 -0.012,-20.09996 -0.03,-30.14995 -0.023,-10.82319 -0.033,-21.64626 -0.1091,-32.46911 -0.069,-9.96445 -0.2183,-19.92855 -0.3438,-30.88636 -23.1014,-3.81986 -45.4664,0.78052 -68.0746,-3.07138 0,-9.76972 0,-18.81058 0,-26.91901 1.3992,-1.49814 1.8558,-2.16481 2.4752,-2.59883 0.5924,-0.41532 1.3437,-0.80175 2.043,-0.83553 5.3905,-0.26179 10.7857,-0.60377 16.1798,-0.60853 50.9551,-0.0441 101.9101,-0.0267 153.1125,-0.0267 5.2272,10.46334 3.0826,20.22239 2.1422,30.8157 -21.8288,3.94229 -43.479,0.13798 -66.2051,2.61949 -0.732,4.96744 -2.0889,9.98918 -2.1141,15.01764 -0.1714,34.01437 -0.062,68.03013 -0.042,104.35995 z"
|
||||
id="path13"
|
||||
style="fill:#ffffff;stroke-width:1.16044" /><g
|
||||
style="fill:#00112b;stroke-width:1.16044" /><g
|
||||
id="g19"
|
||||
transform="matrix(1.1604524,0,0,1.1604524,81.858938,-47.101746)"
|
||||
style="fill:#ccb174;fill-opacity:1"><g
|
||||
@@ -127,7 +127,7 @@
|
||||
stroke="none"
|
||||
d="m 1512.7545,307.08622 c 0,-17.6542 0,-33.02474 0,-49.59065 5.9445,-0.52476 10.3121,-1.20838 14.6853,-1.24494 20.0898,-0.1671 40.1806,-0.18161 60.2713,-0.19542 14.0713,-0.0116 27.4574,3.05326 40.6328,8.05934 45.9433,17.45808 46.6284,82.57408 15.2122,105.51449 -3.7249,2.71987 -7.6262,5.19766 -11.8361,8.05261 9.987,16.54805 20.126,32.59757 29.4948,49.08411 9.134,16.07378 17.481,32.59468 26.9012,50.28566 -14.2438,4.23066 -27.7508,1.87912 -42.1066,1.67372 -7.9059,-15.26888 -15.5882,-30.32807 -23.4876,-45.27262 -4.3242,-8.18072 -8.6517,-16.39905 -13.6251,-24.18707 -7.6112,-11.91843 -18.8664,-17.8994 -33.0285,-18.14785 -7.6363,-0.13404 -15.2771,-0.0244 -24.2588,-0.0244 0,29.38324 0,57.0902 0,86.35937 -6.9209,0.72412 -12.6895,1.57484 -18.4863,1.86647 -6.0242,0.30369 -12.0757,0.0673 -16.4004,0.0673 -2.217,-2.13256 -2.9341,-2.58131 -3.2854,-3.22872 -0.3428,-0.63094 -0.4204,-1.46415 -0.4275,-2.21043 -0.1376,-14.67752 -0.3416,-29.35574 -0.3471,-44.03372 -0.014,-40.18148 0.057,-80.36273 0.093,-122.82797 m 50.6994,-18.65508 c -3.5865,0.46371 -7.1726,0.92719 -11.6002,1.49953 -0.5585,23.27566 -1.8954,45.19615 0.7434,67.7587 15.6967,0 30.2993,1.18912 44.6218,-0.30624 17.2494,-1.80079 27.4254,-14.21183 28.3078,-31.11834 1.0166,-19.47101 -6.8852,-31.17266 -25.7261,-35.14756 -10.4147,-2.19708 -21.3591,-1.88236 -36.3467,-2.68609 z"
|
||||
id="path7"
|
||||
style="fill:#ffffff;stroke-width:1.16045" /><path
|
||||
style="fill:#00112b;stroke-width:1.16045" /><path
|
||||
fill="#000000"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
@@ -139,7 +139,7 @@
|
||||
stroke="none"
|
||||
d="m 1272.6324,421.65419 c 18.746,-55.81532 36.9981,-109.85794 55.3977,-164.33689 14.6762,-2.16169 28.3186,-0.70289 43.1079,-1.09244 24.842,73.7233 49.3809,146.54737 73.9918,219.5851 -6.0397,5.30244 -12.4607,2.85888 -18.2411,3.28326 -6.0752,0.44619 -12.2083,0.0998 -19.0293,0.0998 -9.486,-17.29121 -10.5595,-37.51302 -21.3256,-53.99028 -25.0966,0 -49.602,0 -74.7367,0 -9.2695,16.6229 -11.2084,35.52075 -19.4881,52.8123 -11.8971,2.17272 -24.0122,1.35646 -37.7874,0.52546 3.763,-19.68766 12.1523,-36.97237 18.1108,-56.88596 m 92.1307,-75.1936 c -5.4892,-13.92949 -6.6635,-29.5052 -16.1376,-43.87508 -10.0156,30.88115 -19.6013,60.01488 -28.0735,91.96411 20.1955,-0.63013 38.3275,0.7117 58.3136,-1.02074 -4.771,-15.669 -9.0062,-29.57854 -14.1025,-47.06829 z"
|
||||
id="path10"
|
||||
style="fill:#ffffff;stroke-width:1.16045" /><path
|
||||
style="fill:#00112b;stroke-width:1.16045" /><path
|
||||
fill="#000000"
|
||||
opacity="1"
|
||||
stroke="none"
|
||||
|
||||
|
Before Width: | Height: | Size: 18 KiB After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.6 KiB |