Created
March 20, 2017 19:49
-
-
Save adamdehaven/992f96526df71a7fdcb8a7f77c7c78f7 to your computer and use it in GitHub Desktop.
SVG Use
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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