diff --git a/README.md b/README.md index ecbb74032cdde5fed20fe9701ad19356ad7f45f2..9681f0eeb0e4f48a91fd9ccb03ffa707a83e62f1 100644 --- a/README.md +++ b/README.md @@ -58,14 +58,14 @@ or pseudotext. ### Components -#### <img height="64" alt="" src="components/background-square.svg"> Red-Blue Gradient +####  Red-Blue Gradient A gradient pointing 45 degrees upward and to the right, starting with UW Red (`#c5050c`) and ending with MATC Blue (`#007db1`). The endpoints lie on the circle inscribed in the canvas (362.03867 pixels away from the center in each dimension). -#### <img height="64" style="background:#000;" alt="" src="components/continent-gradient.svg"> Continent (Fade) +####  Continent (Fade) Path copied from the blue ocean background object of [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 below the canvas center, white at the start and end, fully transparent between the 1/3 and 2/3 marks. -#### <img height="64" style="background:#000;" alt="" src="components/continent-flat.svg"> Continent (Clip) +####  Continent (Clip) Path copied from "continent (fade)". Clipped at 128 pixels above and below the canvas center. Path components within that range deleted. Solid stroke color. -#### <img height="64" style="background:#000;" alt="" src="components/text.svg"> Real Text +####  Real Text The text "AMRDC", font family Red Hat Display, font weight heavy (900), font size 256 pixels. @@ -95,7 +95,7 @@ Centered horizontally according to font specifications, vertically according to its bounding box. Solid fill color. -#### <img height="64" style="background:#000;" alt="" src="components/pseudotext.svg"> Pseudotext +####  Pseudotext Five circles arranged horizontally, each with diameter 128 pixels, spacing 64 pixels. diff --git a/component-previews/continent-clip.png b/component-previews/continent-clip.png new file mode 100644 index 0000000000000000000000000000000000000000..5117db1aded5be58895d5ef32abadef7a29269ef Binary files /dev/null and b/component-previews/continent-clip.png differ diff --git a/component-previews/continent-fade.png b/component-previews/continent-fade.png new file mode 100644 index 0000000000000000000000000000000000000000..9a495285ddc71d82c60b3e56c6cda45f8ebb0399 Binary files /dev/null and b/component-previews/continent-fade.png differ diff --git a/component-previews/pseudotext.png b/component-previews/pseudotext.png new file mode 100644 index 0000000000000000000000000000000000000000..f93fce382516b25356925bbc5a2ba5a8c3291045 Binary files /dev/null and b/component-previews/pseudotext.png differ diff --git a/component-previews/real-text.png b/component-previews/real-text.png new file mode 100644 index 0000000000000000000000000000000000000000..e68edb956ed9eb0897d8fc5efee3a1cdd8593a51 Binary files /dev/null and b/component-previews/real-text.png differ diff --git a/component-previews/red-blue-gradient.png b/component-previews/red-blue-gradient.png new file mode 100644 index 0000000000000000000000000000000000000000..a3defb784bda8e918bfe8d741d7eadf95ec14067 Binary files /dev/null and b/component-previews/red-blue-gradient.png differ