<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/rss-style.xsl" type="text/xsl"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	     xmlns:dc="http://purl.org/dc/elements/1.1/"
	   xmlns:atom="http://www.w3.org/2005/Atom"
	     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	  xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>
<channel>
	<title>logo &#8211; Terence Eden’s Blog</title>
	<atom:link href="https://shkspr.mobi/blog/tag/logo/feed/" rel="self" type="application/rss+xml" />
	<link>https://shkspr.mobi/blog</link>
	<description>Regular nonsense about tech and its effects 🙃</description>
	<lastBuildDate>Mon, 23 Mar 2026 09:33:26 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://shkspr.mobi/blog/wp-content/uploads/2023/07/cropped-avatar-32x32.jpeg</url>
	<title>logo &#8211; Terence Eden’s Blog</title>
	<link>https://shkspr.mobi/blog</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title><![CDATA[Some updates to SuperTinyIcons]]></title>
		<link>https://shkspr.mobi/blog/2020/05/some-updates-to-supertinyicons/</link>
					<comments>https://shkspr.mobi/blog/2020/05/some-updates-to-supertinyicons/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Wed, 27 May 2020 11:27:21 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[svg]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=35160</guid>

					<description><![CDATA[I love reading Changelogs - but I hate writing them. Here&#039;s what&#039;s changed with SuperTinyIcons since I launched it in 2017.  It&#039;s a project to create SVG logos of popular services in under 1KB. Maximum filesize is 1,023 bytes.  New Contributors!  What started off as just me noodling around, has now attracted over 60 contributors!  Some just drive-by and make a single change, others stay for a…]]></description>
										<content:encoded><![CDATA[<p>I love reading Changelogs - but I hate writing them. Here's what's changed with <a href="https://github.com/edent/SuperTinyIcons">SuperTinyIcons</a> since <a href="https://shkspr.mobi/blog/2017/11/super-tiny-website-logos-in-svg/">I launched it in 2017</a>.</p>

<p>It's a project to create SVG logos of popular services in <em>under</em> 1KB. Maximum filesize is 1,023 bytes.</p>

<h2 id="new-contributors"><a href="https://shkspr.mobi/blog/2020/05/some-updates-to-supertinyicons/#new-contributors">New Contributors!</a></h2>

<p>What started off as just me noodling around, has now attracted over 60 contributors!
<a href="https://github.com/edent/SuperTinyIcons/graphs/contributors"><img src="https://opencollective.com/SuperTinyIcons/contributors.svg?width=890&amp;button=false"></a>
Some just drive-by and make a single change, others stay for a while and contribute <em>loads</em>. Which is nice.</p>

<h2 id="new-icons"><a href="https://shkspr.mobi/blog/2020/05/some-updates-to-supertinyicons/#new-icons">New icons!</a></h2>

<p>The project started with 80 icons. Since then we've grown to over 240!</p>

<p>Some are hip new apps like TikTok (447 Bytes)
<img width="256" height="256" alt="The TikTok Logo." src="https://edent.github.io/SuperTinyIcons/images/svg/tiktok.svg"></p>

<p>Some are obscure programming logos like Cloujure (632 Bytes)
<img width="256" height="256" alt="Swirls." src="https://edent.github.io/SuperTinyIcons/images/svg/clojure.svg"></p>

<p>Some have nifty 3D depth effects like S3 (766 Bytes)
<img width="256" height="256" alt="Shaded blocks." src="https://edent.github.io/SuperTinyIcons/images/svg/amazon_s3.svg"></p>

<h2 id="new-name"><a href="https://shkspr.mobi/blog/2020/05/some-updates-to-supertinyicons/#new-name">New Name!</a></h2>

<p>It was originally Super Tiny <em>Social</em> Icons - but we've dropped the <del>"The"</del> "Social" to better reflect what it actually does.</p>

<h2 id="new-smallerising-tricks"><a href="https://shkspr.mobi/blog/2020/05/some-updates-to-supertinyicons/#new-smallerising-tricks">New Smallerising Tricks!</a></h2>

<p>I've learned so much from the contributors.  This MineCraft (891 Bytes) one uses Base64 encoded PNGs and transforms really well.
<img width="256" height="256" alt="A pixelated block." src="https://edent.github.io/SuperTinyIcons/images/svg/minecraft.svg"></p>

<p>This Raspberry Pi (1,010 Bytes) logo uses a similar mirroring trick.
<img width="256" height="256" alt="A raspberry." src="https://edent.github.io/SuperTinyIcons/images/svg/raspberry_pi.svg"></p>

<p>Both Firefox (1,023 Bytes) and Instagram (768 Bytes) use gradients for great effect.
<img width="256" height="256" alt="A fox circling the globe." src="https://edent.github.io/SuperTinyIcons/images/svg/firefox.svg"><img width="256" height="256" alt="A colourful camera." src="https://edent.github.io/SuperTinyIcons/images/svg/instagram.svg"></p>

<h2 id="new-packages"><a href="https://shkspr.mobi/blog/2020/05/some-updates-to-supertinyicons/#new-packages">New Packages!</a></h2>

<p>The icons are published as a <a href="https://www.npmjs.com/package/super-tiny-icons">Node Package</a> so you can incorporate it in your fancy JavaScript projects.</p>

<h2 id="join-in"><a href="https://shkspr.mobi/blog/2020/05/some-updates-to-supertinyicons/#join-in">Join In!</a></h2>

<p>If you'd like to suggest a new logo, or build one yourself, or tidy something up - <a href="https://github.com/edent/SuperTinyIcons">please get stuck in</a>.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=35160&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2020/05/some-updates-to-supertinyicons/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Recreating an old UK Government Coat of Arms]]></title>
		<link>https://shkspr.mobi/blog/2019/03/recreating-an-old-uk-government-coat-of-arms/</link>
					<comments>https://shkspr.mobi/blog/2019/03/recreating-an-old-uk-government-coat-of-arms/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sat, 23 Mar 2019 11:38:50 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[gov.uk]]></category>
		<category><![CDATA[logo]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=31762</guid>

					<description><![CDATA[When the NHS was launched in 1948, this leaflet was sent out to everyone.  I wanted to recreate the coat of arms that was on top to print on a t-shirt.  Sadly, the scan available is too low a resolution for most modern purposes.  Wikipedia has vector logos of most of the coats of arms - but not this one.  In desperation, I emailed the College of Arms.  They sent me back the most delightful LMGTFY …]]></description>
										<content:encoded><![CDATA[<p>When the NHS was launched in 1948, <a href="https://warwick.ac.uk/services/library/mrc/explorefurther/digital/health/nhs/">this leaflet</a> was sent out to everyone.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/03/New-NHS.jpg" alt="Yellowing and decaying leaflet talking about the new National Health Service." width="420" height="679" class="aligncenter size-full wp-image-31770">
I wanted to recreate the coat of arms that was on top to <a href="https://shkspr.mobi/blog/2019/03/govgeeks-t-shirts/">print on a t-shirt</a>.</p>

<p>Sadly, the scan available is too low a resolution for most modern purposes.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/03/New-NHS-Logo.jpg" alt="An ink-smeared logo." width="355" height="355" class="aligncenter size-full wp-image-31771">
<a href="https://en.wikipedia.org/wiki/Royal_coat_of_arms_of_the_United_Kingdom">Wikipedia has vector logos of most of the coats of arms</a> - but not this one.</p>

<p>In desperation, I emailed <a href="https://www.college-of-arms.gov.uk/">the College of Arms</a>.  They sent me back the most <em>delightful</em> <abbr title="Let me Google That For You">LMGTFY</abbr> I've ever received.</p>

<blockquote><p>Thank you for your e-mail which Rouge Croix Pursuivant has received as Officer in Waiting for the week.</p>

<p>The Royal Arms you sent depict the Crown as used by Kings George V and VI.  In 1953, The Queen chose to use St Edward’s Crown (which has a dip beneath the orb on the top, as opposed to having a semi-circular top).</p>

<p>Government Departments use the Royal Arms without the Crest (the lion on top of the crown).  If you google “British government coat of arms” - images, you will see what various departments are using, either the open line drawing shown under “commons.wikimedia”(line one far right) or the more stylised black versions (as used by the FCO) which may reproduce better when photoreduced to a tiny size.</p>

<p>Nothing here is digitised, the College never having been publicly funded.  If another Department cannot supply you with a high quality version, I can either send you a new drawing or scan in a previous one.  In either case, I will have to charge for it – hence my advice on self-help above!</p></blockquote>

<p>Using a <a href="https://shkspr.mobi/blog/2018/04/tools-to-defeat-fake-news-reverse-image-search/">reverse image search</a>, I discovered a <a href="https://www.alamy.com/british-museum-annual-report-of-the-general-progress-of-the-museum-for-official-use-british-museum-amp-british-museum-natural-history-annual-report-of-the-general-progress-of-the-museums-for-the-year-1935-with-a-return-of-the-number-of-persons-admitted-to-the-museums-and-a-statement-of-the-principal-objects-added-to-the-collection-crown-copyright-reserved-london-published-by-his-majestys-stationery-office-to-be-purchased-directly-from-hm-stationery-office-at-the-following-addresses-adastral-house-kingsway-london-wc2-120-george-street-edinburgh-2-j-york-street-manchester-image234251298.html?mid=41152&amp;siteID=MRu_ISar6sQ-6_42FOgcPfgFoqiaD_LaZQ&amp;utm_source=LS&amp;utm_medium=affiliate&amp;utm_content=US">stock photo site</a> had a copy.</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/03/RH31WP.jpg" alt="A lion and a unicorn covered with a watermark." width="1300" height="1221" class="aligncenter size-full wp-image-31764">

<p>Annoyingly, they've slapped a watermark over it and seem to be claiming copyright.  Which is nonsense as the same image is <a href="https://www.flickr.com/photos/internetarchivebookimages/20409728022/">freely available from The Internet Archive on Flickr</a>!  It's from the British Museum's Annual Report of <strong>1925</strong>!</p>

<p><img src="https://shkspr.mobi/blog/wp-content/uploads/2019/03/20409728022_fea72dabf1_o.jpg" alt="A lion and a unicorn." width="832" height="724" class="aligncenter size-full wp-image-31763">
There are <a href="https://www.flickr.com/search/?tags=bookidbritishmuseumann25brit">several version of this image available</a></p>

<p>With a little bit of editing, I turned it into a black-and-white version, which has cleaned up pretty well.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/03/crestbwdespeckled.png" alt="A nicely sharpened image of the coat of arms." width="832" height="724" class="aligncenter size-full wp-image-31765"></p>

<p>That's... <em>OK</em>. Not brilliant. Just fine. Even with better scans, there's a limit to what can be recovered from a 100 year old print.</p>

<p>I thought about trying to recreate it using the Wikipedia vector version as a template:
<img src="https://shkspr.mobi/blog/wp-content/uploads/2019/03/585px-Royal_Coat_of_Arms_of_the_United_Kingdom_HM_Government.svg_.png" alt="A colourful and detailed coat of arms." width="585" height="480" class="aligncenter size-full wp-image-31773"></p>

<p>But there are some challenges:</p>

<ul>
<li>The "Honi soit qui mal y pense" is in lower case on the 1925 version.</li>
<li>The lion's tail is significantly different.</li>
<li>The crowns are a different style.</li>
<li>The "Dieu et mon droit" are laid out differently.</li>
</ul>

<p>So I think I'll just stick with my cleaned up version. If you think you can do better - or if you have a higher quality scan - please drop a note in the comments box.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=31762&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2019/03/recreating-an-old-uk-government-coat-of-arms/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[How to centre an icon inside a square and a circle?]]></title>
		<link>https://shkspr.mobi/blog/2017/11/how-to-centre-an-icon-inside-a-square-and-a-circle/</link>
					<comments>https://shkspr.mobi/blog/2017/11/how-to-centre-an-icon-inside-a-square-and-a-circle/#comments</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Mon, 06 Nov 2017 08:35:47 +0000</pubDate>
				<category><![CDATA[/etc/]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[NaBloPoMo]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=28824</guid>

					<description><![CDATA[A little mathematical / spatial / design problem I&#039;ve been having.  I have an icon which, depending on the user&#039;s preference, can be inside a square or a circle.  Is it possible for it to be centred in both?  Here&#039;s a visual example. On the left is the AirBnB logo centred in a square. When the background is turned into a circle, the logo appears to &#34;drop&#34; - the bottom of the logo is closer to the …]]></description>
										<content:encoded><![CDATA[<p>A little mathematical / spatial / design problem I've been having.</p>

<p>I have an icon which, depending on the user's preference, can be inside a square or a circle.  Is it possible for it to be centred in both?</p>

<p>Here's a visual example. On the left is the AirBnB logo centred in a square. When the background is turned into a circle, the logo appears to "drop" - the bottom of the logo is closer to the edge than the top of the logo.</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2017/10/airbnb-logo-centred-on-the-square-fs8.png" alt="airbnb logo centred on the square-fs8" width="1024" height="512" class="aligncenter size-full wp-image-28826">

<p>So, let's change that and make the logo's extremities equidistant from the circumference of the circle:</p>

<img src="https://shkspr.mobi/blog/wp-content/uploads/2017/10/airbnb-logo-centred-on-the-circle-fs8.png" alt="airbnb logo centred on the circle-fs8" width="1024" height="512" class="aligncenter size-full wp-image-28825">

<p>Now, in the square version, it appears to be floating near the top.</p>

<p>Part of the problem is that I don't know what terms I need to search for. I am lacking in design vocabulary.</p>

<p>Is this a problem which can be solved? Can you help square this circle? Please let me know!</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=28824&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2017/11/how-to-centre-an-icon-inside-a-square-and-a-circle/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title><![CDATA[Google's Yellow Is Too Mellow]]></title>
		<link>https://shkspr.mobi/blog/2015/11/googles-yellow-is-too-mellow/</link>
					<comments>https://shkspr.mobi/blog/2015/11/googles-yellow-is-too-mellow/#respond</comments>
				<dc:creator><![CDATA[@edent]]></dc:creator>
		<pubDate>Sat, 14 Nov 2015 08:53:40 +0000</pubDate>
				<category><![CDATA[usability]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[NaBloPoMo]]></category>
		<guid isPermaLink="false">https://shkspr.mobi/blog/?p=21693</guid>

					<description><![CDATA[After much kerfuffle, the world has finally got used to the new Google logo.  Well, almost.  My eye is continually caught by the poor contrast of the yellow &#34;O&#34; against its background.  Take a look...  This is Google&#039;s default logo on its regular grey background.   The contrast ratio between the yellow and grey is 1.50.  That fails to meet current accessibility guidelines.  This is just awful - I …]]></description>
										<content:encoded><![CDATA[<p>After much kerfuffle, the world has finally got used to the new Google logo.  Well, almost.  My eye is continually caught by the poor contrast of the yellow "O" against its background.</p>

<p>Take a look...</p>

<p>This is Google's default logo on its regular grey background.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2015/10/Google-Grey-fs8.png" alt="Google Grey-fs8" width="480" height="158" class="aligncenter size-full wp-image-21697"></p>

<p>The <a href="https://www.contrastchecker.co.uk/#fbbc05-#f1f1f1">contrast ratio between the yellow and grey is 1.50</a>.  That fails to meet <a href="http://www.w3.org/TR/WCAG/#visual-audio-contrast">current accessibility guidelines</a>.</p>

<p style="background:#f1f1f1;color:#fbbc05">This is just awful - I find it quite hard to read, especially for long passages.  The text seems to shimmer about the background.</p>

<p>The logo is also often found on a pure white background with <a href="https://www.siegemedia.com/contrast-ratio#%23fbbc05-on-%23fff">similarly poor results</a>.
<img src="https://shkspr.mobi/blog/wp-content/uploads/2015/10/Google-White-fs8.png" alt="Google White-fs8" width="480" height="157" class="aligncenter size-full wp-image-21698"></p>

<p style="background:#ffffff;color:#fbbc05">Against white, it is somewhat more readable - but it's nowhere near to a suitable contrast ratio </p>

<p>According to Google's own guidelines:</p>

<blockquote><p>Text should maintain a minimum contrast ratio of at least 4.5:1 (calculated based on luminance values) for legibility. A ratio of 7:1 is preferred.
</p><p><cite><a href="https://m2.material.io/design/color/text-legibility.html#legibility-standards">Material Design - Typography</a></cite></p></blockquote>

<p>Don't get me wrong, <span style="background:#f1f1f1;color:#fcff00"><strong>it could be a lot worse</strong></span>!  But it really is unfortunate that their logo contains a central character which is so out of kilter with the background that it becomes a distraction.</p>

<blockquote><p>The realization of the new identity required the collective work and diligence of hundreds of Googlers, in different roles, spanning the entire organization.
</p><p><cite><a href="https://web.archive.org/web/20151114095120/https://design.google.com/articles/evolving-the-google-identity/">Evolving the Google Identity</a></cite></p></blockquote>

<p>Sadly, it would seem, none from the accessibility department.</p>
<img src="https://shkspr.mobi/blog/wp-content/themes/edent-wordpress-theme/info/okgo.php?ID=21693&HTTP_REFERER=RSS" alt="" width="1" height="1" loading="eager">]]></content:encoded>
					
					<wfw:commentRss>https://shkspr.mobi/blog/2015/11/googles-yellow-is-too-mellow/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
