Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test SVGs #6931

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions docs/guides/test-svgs/2000px-w-5000px-h-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions docs/guides/test-svgs/20px-w-50px-h-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions docs/guides/test-svgs/4000px-w-3000px-h-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions docs/guides/test-svgs/40px-w-30px-h-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions docs/guides/test-svgs/5000px-w-2000px-h-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 additions & 0 deletions docs/guides/test-svgs/50px-w-20px-h-diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions docs/guides/test-svgs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
slug: test-svgs
title: "Test SVGs"
description: 'Test SVGs'
published: 2024-05-01
keywords: []
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
---

All SVGs have a 10px border applied to them:

## Wider than body column

### 5:2 aspect ratio: 5000px width, 2000px height SVG

![5000px width, 2000px height SVG](5000px-w-2000px-h-diagram.svg)

### 2:5 aspect ratio: 2000px width, 5000px height SVG

![2000px width, 5000px height SVG](2000px-w-5000px-h-diagram.svg)

### 4:3 aspect ratio: 4000px width, 3000px height SVG

![4000px width, 3000px height SVG](4000px-w-3000px-h-diagram.svg)

## Narrower than body column

### 5:2 aspect ratio: 50px width, 20px height SVG

![50px width, 20px height SVG](50px-w-20px-h-diagram.svg)

### 2:5 aspect ratio: 20px width, 50px height SVG

![20px width, 50px height SVG](20px-w-50px-h-diagram.svg)

### 4:3 aspect ratio: 40px width, 30px height SVG

![40px width, 30px height SVG](40px-w-30px-h-diagram.svg)
Loading