Created
May 16, 2017 20:11
-
-
Save codedot/620aead10fd8b31d17ba7b9ebcda9188 to your computer and use it in GitHub Desktop.
Codedot Logo in SVG
This file contains 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 xmlns="http://www.w3.org/2000/svg" | |
viewBox="0,0 5,5" | |
fill="#8080ff"> | |
<path d="M0,0 L5,0 L5,2 L4,2 L4,1 L1,1 | |
L1,4 L4,4 L4,3 L5,3 L5,5 L0,5 Z" /> | |
<path d="M2,2 L2,3 L3,3 L3,2 Z"> | |
<animateMotion begin="mouseover" restart="whenNotActive" | |
dur="2s" | |
calcMode="spline" | |
keyPoints="0; .5; .5; 1" | |
keyTimes="0; .36; .64; 1" | |
keySplines=".5 0 .5 1; 0 0 1 1; .5 0 .5 1" | |
path="M0,0 L2,0 Z" /> | |
</path> | |
</svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment