Last active
February 23, 2016 15:37
-
-
Save terrierscript/6ce11a048c814273786d to your computer and use it in GitHub Desktop.
GithubのSVG利用について、手法に関する部分をざっくり意訳して理解する ref: http://qiita.com/inuscript/items/2201800a0e60c5e581ca
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 aria-hidden="true" class="octicon octicon-plus" width="12" height="16" role="img" version="1.1" viewBox="0 0 12 16"> | |
| <path d="M12 9H7v5H5V9H0V7h5V2h2v5h5v2z"></path> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment