chore(assets): add PNG raster of compact architecture diagram - #260
Merged
Conversation
Adds docs/assets/readme-architecture-compact-dark.png — a 1600x1240 raster of readme-architecture-compact-dark.svg for surfaces that don't render inline SVG (some third-party image proxies reject fetched SVGs). Rendered from the existing SVG via headless Chromium at the diagram's native 800x620 viewBox (2x device scale); the SVG's own opaque #0A0B10 background is preserved, so the PNG is pixel-faithful to the README diagram.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
docs/assets/readme-architecture-compact-dark.png— a 1600×1240 raster of the existingreadme-architecture-compact-dark.svg, for surfaces that don't render inline SVG (some third-party image proxies reject fetched SVGs).Generated from the SVG with headless Chromium at the diagram's native 800×620 viewBox (2× device scale). The SVG's own opaque
#0A0B10background is preserved, so the PNG is pixel-faithful to the README diagram.Notes
ruff check,ruff format --check,charter_lint.py,bandit -ll(exit 0),pip-audit --strict(no vulns), unit suite (5691 passed).