Skip to content

Commit 4588bcb

Browse files
committed
Test SVGs
1 parent 88e0343 commit 4588bcb

7 files changed

+128
-0
lines changed
Lines changed: 15 additions & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Loading

docs/guides/test-svgs/index.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
slug: test-svgs
3+
title: "Test SVGs"
4+
description: 'Test SVGs'
5+
published: 2024-05-01
6+
keywords: []
7+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
8+
---
9+
10+
All SVGs have a 10px border applied to them:
11+
12+
## Wider than body column
13+
14+
### 5:2 aspect ratio: 5000px width, 2000px height SVG
15+
16+
![5000px width, 2000px height SVG](5000px-w-2000px-h-diagram.svg)
17+
18+
### 2:5 aspect ratio: 2000px width, 5000px height SVG
19+
20+
![2000px width, 5000px height SVG](2000px-w-5000px-h-diagram.svg)
21+
22+
### 4:3 aspect ratio: 4000px width, 3000px height SVG
23+
24+
![4000px width, 3000px height SVG](4000px-w-3000px-h-diagram.svg)
25+
26+
## Narrower than body column
27+
28+
### 5:2 aspect ratio: 50px width, 20px height SVG
29+
30+
![50px width, 20px height SVG](50px-w-20px-h-diagram.svg)
31+
32+
### 2:5 aspect ratio: 20px width, 50px height SVG
33+
34+
![20px width, 50px height SVG](20px-w-50px-h-diagram.svg)
35+
36+
### 4:3 aspect ratio: 40px width, 30px height SVG
37+
38+
![40px width, 30px height SVG](40px-w-30px-h-diagram.svg)

0 commit comments

Comments
 (0)