Skip to content

Instantly share code, notes, and snippets.

@rickymanning
Created August 25, 2015 18:30
Show Gist options
  • Save rickymanning/3be62dadb49099430614 to your computer and use it in GitHub Desktop.
Save rickymanning/3be62dadb49099430614 to your computer and use it in GitHub Desktop.
Redesigning My Portfolio Blog - Step 02 - Reverse the colours in the logo
Display the source blob
Display the rendered blob
Raw
<svg version="1.1" baseProfile="full"
xmlns="http://www.w3.org/2000/svg"
height="100" width="100">
<rect width="100%" height="100%" style="fill:#fff" />
<text x="5.6%" y="70%" style="font-family:sans-serif;font-size:350%;fill:#121212;">RM</text>
</svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment