Last active
August 29, 2015 14:01
-
-
Save mwgamera/ce1102c1c10c4c845031 to your computer and use it in GitHub Desktop.
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
| <!doctype html> | |
| <!-- | |
| XMPP SVG logo clean up | |
| klg, May 2014 | |
| --> | |
| <html> | |
| <meta charset="UTF-8"> | |
| <title>XMPP logo</title> | |
| <body> | |
| <p>This is an | |
| <svg width="16" height="11.77" viewBox="0,0,1000,736" xmlns="http://www.w3.org/2000/svg"> | |
| <linearGradient id="sg1" gradientTransform="rotate(90)"> | |
| <stop stop-color="#002b5c" offset="0"/> | |
| <stop stop-color="#13b5ea" offset="0.5"/> | |
| <stop stop-color="#1b3967" offset="1"/> | |
| </linearGradient> | |
| <path fill="url(#sg1)" d="M788,82c0,8-9,6-9,13,0,223-258,560-519,626v7c347-31,733-385,742-727l-211,82z"/> | |
| <path fill="#e96d1f" d="M695,104c0,8,1,15,1,23,0,223-177,523-438,589v9c342-21,612-364,612-631,0-13,0-26-1-40l-171,51z"/> | |
| <path fill="url(#sg1)" d="M212,82c0,8,10,6,10,13,0,223,269,563,530,629v9c-346-31-743-391-751-733l212,82z"/> | |
| <path fill="#a0ce67" d="M317,110c0,8,0,15,0,23,0,223,178,523,439,589v9c-341-15-611-364-611-631,0-13,1-26,2-40l172,51z"/> | |
| <path fill="#439639" d="M143,55l44,16c0,6,0,13,0,19,0,238,216,568,505,620,19,6,44,12,63,17v9c-376-31-642-415-611-679z"/> | |
| <path fill="#d9541e" d="M870,51l-44,15c0,6,1,13,1,18,0,238-215,568-504,620-18,6-43,12-62,17v9c395-49,643-414,612-679z"/> | |
| </svg> | |
| SVG | |
| <a href="https://web.archive.org/web/20140209230240/http://xmpp.org/images/xmpp.svg">logo</a> of | |
| <a href="http://xmpp.org/about-xmpp/faq/#logo">XMPP Standards Foundation</a> | |
| with text removed and cleaned up to make embedding in HTML less painful. | |
| Shapes got ugly after rounding; they are unnecessarily complex and could be simplified | |
| further but automatic Simplify tool of Inkscape doesn't do it right either. | |
| Yet, it looks okay in small sizes so it can already be used as icon, | |
| e.g. beside an <a href="http://wiki.xmpp.org/web/XMPP_URIs">XMPP links</a>, | |
| before I decide to hack it to pieces and make it right. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment