Skip to content

Instantly share code, notes, and snippets.

@adamdehaven
Created March 20, 2017 19:49
Show Gist options
  • Save adamdehaven/992f96526df71a7fdcb8a7f77c7c78f7 to your computer and use it in GitHub Desktop.
Save adamdehaven/992f96526df71a7fdcb8a7f77c7c78f7 to your computer and use it in GitHub Desktop.
SVG Use
<svg class="logo" viewBox="0 0 196 50" width="196px" height="100%" preserveAspectRatio="xMinYMin meet">
<title>Image Title</title>
<switch>
<use xlink:href="#khat-logo"></use>
<foreignObject>
<img class="logo" alt="KHAT logo" src="~/Content/images/logo.png" />
</foreignObject>
</switch>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment