Part of https://pelson.github.io/2017/xkcd_font_raster_to_vector_and_basic_font_creation/
Last active
August 13, 2017 16:55
-
-
Save pelson/18434e3bd37dcde8dd28a5a24def0060 to your computer and use it in GitHub Desktop.
Converting the rasters glyphs into SVG, and creating a rudimentary font with them
This gist exceeds the recommended number of files (~10).
To access all files, please clone this gist.
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
| <?xml version="1.0" standalone="no"?> | |
| <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN" | |
| "http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd"> | |
| <svg version="1.0" xmlns="http://www.w3.org/2000/svg" | |
| width="105.000000pt" height="314.000000pt" viewBox="0 0 105.000000 314.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,314.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M269 3125 c-13 -8 -33 -18 -44 -24 -29 -13 -165 -141 -165 -154 0 -6 | |
| -9 -20 -19 -31 -36 -39 -47 -131 -27 -231 16 -78 18 -81 78 -138 70 -65 108 | |
| -86 153 -81 154 16 165 20 228 82 69 67 112 128 132 186 27 77 14 198 -28 246 | |
| -8 10 -13 21 -10 23 2 3 -8 14 -24 24 -15 10 -34 23 -41 30 -7 7 -20 13 -27 | |
| 13 -8 0 -30 14 -49 31 -41 36 -116 47 -157 24z"/> | |
| <path d="M114 2122 c-59 -75 -69 -156 -58 -429 5 -120 8 -348 6 -508 -4 -291 | |
| 14 -635 39 -756 6 -30 11 -61 11 -69 0 -8 7 -33 15 -55 8 -22 16 -47 18 -56 6 | |
| -30 86 -138 118 -161 18 -12 33 -25 35 -29 2 -4 41 -19 88 -34 65 -20 98 -25 | |
| 146 -22 61 5 218 44 228 58 3 3 49 23 103 43 125 47 128 49 161 108 l28 49 | |
| -32 89 c-37 101 -61 129 -124 141 -38 7 -59 3 -148 -27 -57 -19 -134 -41 -171 | |
| -49 -68 -13 -68 -13 -77 10 -5 13 -12 70 -15 127 -4 57 -11 119 -16 138 -4 19 | |
| -9 338 -11 709 -2 642 -3 675 -21 697 -35 45 -68 54 -189 53 -111 0 -113 -1 | |
| -134 -27z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment