<p dir="auto">Instead of <a href="#4419">optimizing svg data uris</a> we can use inline svgs here.</p>
<p dir="auto">Now this:</p>
<pre class="notranslate"><code class="notranslate"><img src="data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2752%27%20height%3D%271%27%3E%3Crect%20width%3D%27100%25%27%20height%3D%27100%25%27%20fill%3D%27%23787878%27%20%2F%3E%3C%2Fsvg%3E" />
</code></pre>
<p dir="auto">becomes this:</p>
<pre class="notranslate"><code class="notranslate"><svg width="52" height="1" class="d-block mx-auto"><rect width="100%" height="100%" fill="#787878" /></svg>
</code></pre>

<hr>

<h4>You can view, comment on, or merge this pull request online at:</h4>
<p>  <a href='https://github.com/openstreetmap/openstreetmap-website/pull/4421'>https://github.com/openstreetmap/openstreetmap-website/pull/4421</a></p>

<h4>Commit Summary</h4>
<ul>
  <li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/4421/commits/dc622a32f3fccfc29d227b0911badd302553e22a" class="commit-link">dc622a3</a>  Remove map key image custom css</li>
  <li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/4421/commits/0c472ad198d1f3bb31ea8ec6710a60c1cf8ffda3" class="commit-link">0c472ad</a>  Add solid svg image helper</li>
  <li><a href="https://github.com/openstreetmap/openstreetmap-website/pull/4421/commits/f92183e52043a4bfa4e96392a2b7d767db1690d3" class="commit-link">f92183e</a>  Use inline svg for solid map key images</li>
</ul>

<h4 style="display: inline-block">File Changes </h4> <p style="display: inline-block">(<a href="https://github.com/openstreetmap/openstreetmap-website/pull/4421/files">3 files</a>)</p>
<ul>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4421/files#diff-e86a39e6d0b163f152db8843fc7d647a3f5d648de4a74f1732bef4474b6e5bc8">app/assets/stylesheets/common.scss</a>
    (10)
  </li>
  <li>
    <strong>A</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4421/files#diff-a7200a046015d139f9fe11372e33e7ba1a24250c7866568da5dc13db54f3e33f">app/helpers/svg_helper.rb</a>
    (7)
  </li>
  <li>
    <strong>M</strong>
    <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4421/files#diff-1ed86bfa2aa7755d8f1f78574beceeb01b246a86beed16f43eb4d286f35667a9">app/views/site/key.html.erb</a>
    (10)
  </li>
</ul>

<h4>Patch Links:</h4>
<ul>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/4421.patch'>https://github.com/openstreetmap/openstreetmap-website/pull/4421.patch</a></li>
  <li><a href='https://github.com/openstreetmap/openstreetmap-website/pull/4421.diff'>https://github.com/openstreetmap/openstreetmap-website/pull/4421.diff</a></li>
</ul>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/4421">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLNHV5FO7ORLOEKUZZDYKGNULAVCNFSM6AAAAABA3HSBACVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA2DQNZTGQ2TIMY">unsubscribe</a>.<br />You are receiving this because you are subscribed to this thread.<img src="https://github.com/notifications/beacon/AAK2OLOHGZFKYHTQ7CASSELYKGNULA5CNFSM6AAAAABA3HSBACWGG33NNVSW45C7OR4XAZNFJFZXG5LFVJRW63LNMVXHIX3JMTHHUHJVJ4.gif" height="1" width="1" alt="" /><span style="color: transparent; font-size: 0; display: none; visibility: hidden; overflow: hidden; opacity: 0; width: 0; height: 0; max-width: 0; max-height: 0; mso-hide: all">Message ID: <span><openstreetmap/openstreetmap-website/pull/4421</span><span>@</span><span>github</span><span>.</span><span>com></span></span></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/4421",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/4421",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>