diff options
| -rw-r--r-- | Images/logo.svg | 13 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 15 insertions, 0 deletions
diff --git a/Images/logo.svg b/Images/logo.svg new file mode 100644 index 0000000..b5bc2d4 --- /dev/null +++ b/Images/logo.svg @@ -0,0 +1,13 @@ +<?xml version="1.0" standalone="no"?> +<svg id='logo' width='112' height='112' viewBox='-56 -56 112 112' xmlns="http://www.w3.org/2000/svg"> +<defs> +<path id='U' d='M10 1 A9 9 0 0 0 10 19 L39 19 L39 11 L10 11 L10 9 L39 9 L39 1 Z'/> +<g id='S'><use href='#U'/><use href='#U' transform='matrix(-1 0 0 -1 40 40)'/></g> +</defs> +<g fill='#6688aa'> +<use href='#S' transform='rotate(135)' /> +<use href='#S' transform='rotate(45)' /> +<use href='#S' transform='rotate(-45)' /> +<use href='#S' transform='rotate(-135)' /> +</g> +</svg> @@ -361,6 +361,8 @@ by Carolyn Tajnai which in Appendix A reveals as the designer of the Gallant font no one less than Stanford professor Vaughan Pratt, who also designed the iconic Sun logo. + + In an [article in comp.sys.sun.hardware (Oct 11 1995)](https://groups.google.com/g/comp.sys.sun.hardware/c/DgC4DFa4uro/m/NOZNtIyy9XIJ) Vaughan Pratt provides this anecdote how Gallant came to be: |
