Skip to content
Snippets Groups Projects
Verified Commit 865d29e5 authored by Owen Graham's avatar Owen Graham
Browse files

Use PNGs for component previews in README

parent b9b8468d
No related branches found
No related tags found
No related merge requests found
...@@ -58,14 +58,14 @@ or pseudotext. ...@@ -58,14 +58,14 @@ or pseudotext.
### Components ### Components
#### <img height="64" alt="" src="components/background-square.svg"> Red-Blue Gradient #### ![](component-previews/red-blue-gradient.png) Red-Blue Gradient
A gradient pointing 45 degrees upward and to the right, starting with UW A gradient pointing 45 degrees upward and to the right, starting with UW
Red (`#c5050c`) and ending with MATC Blue (`#007db1`). Red (`#c5050c`) and ending with MATC Blue (`#007db1`).
The endpoints lie on the circle inscribed in the canvas (362.03867 The endpoints lie on the circle inscribed in the canvas (362.03867
pixels away from the center in each dimension). pixels away from the center in each dimension).
#### <img height="64" style="background:#000;" alt="" src="components/continent-gradient.svg"> Continent (Fade) #### ![](component-previews/continent-fade.png) Continent (Fade)
Path copied from the blue ocean background object of Path copied from the blue ocean background object of
[the LIMA overview map SVG](lima-overview-map.svg). [the LIMA overview map SVG](lima-overview-map.svg).
...@@ -80,14 +80,14 @@ Stroke color is a vertical gradient, with endpoints 256 pixels above and ...@@ -80,14 +80,14 @@ Stroke color is a vertical gradient, with endpoints 256 pixels above and
below the canvas center, white at the start and end, fully transparent below the canvas center, white at the start and end, fully transparent
between the 1/3 and 2/3 marks. between the 1/3 and 2/3 marks.
#### <img height="64" style="background:#000;" alt="" src="components/continent-flat.svg"> Continent (Clip) #### ![](component-previews/continent-clip.png) Continent (Clip)
Path copied from "continent (fade)". Path copied from "continent (fade)".
Clipped at 128 pixels above and below the canvas center. Clipped at 128 pixels above and below the canvas center.
Path components within that range deleted. Path components within that range deleted.
Solid stroke color. Solid stroke color.
#### <img height="64" style="background:#000;" alt="" src="components/text.svg"> Real Text #### ![](component-previews/real-text.png) Real Text
The text "AMRDC", font family Red Hat Display, font weight heavy (900), The text "AMRDC", font family Red Hat Display, font weight heavy (900),
font size 256 pixels. font size 256 pixels.
...@@ -95,7 +95,7 @@ Centered horizontally according to font specifications, vertically ...@@ -95,7 +95,7 @@ Centered horizontally according to font specifications, vertically
according to its bounding box. according to its bounding box.
Solid fill color. Solid fill color.
#### <img height="64" style="background:#000;" alt="" src="components/pseudotext.svg"> Pseudotext #### ![](component-previews/pseudotext.png) Pseudotext
Five circles arranged horizontally, each with diameter 128 pixels, Five circles arranged horizontally, each with diameter 128 pixels,
spacing 64 pixels. spacing 64 pixels.
......
component-previews/continent-clip.png

1.05 KiB

component-previews/continent-fade.png

1.1 KiB

component-previews/pseudotext.png

427 B

component-previews/real-text.png

970 B

component-previews/red-blue-gradient.png

1.12 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment