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="181.000000pt" height="228.000000pt" viewBox="0 0 181.000000 228.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,228.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M870 2273 c-70 -7 -203 -55 -262 -95 -39 -27 -109 -102 -129 -139 -8 | |
| -14 -25 -42 -38 -63 l-24 -37 -47 107 c-27 59 -56 112 -66 117 -33 19 -96 7 | |
| -181 -33 -99 -46 -128 -81 -117 -145 8 -53 16 -485 15 -815 -1 -146 3 -312 8 | |
| -370 6 -58 15 -181 20 -275 6 -93 15 -183 21 -200 6 -16 17 -56 26 -87 25 -93 | |
| 67 -111 224 -96 30 3 69 9 85 13 29 7 73 46 77 69 1 6 3 171 3 366 0 311 2 | |
| 364 18 430 11 41 32 127 47 190 16 63 31 129 34 145 8 47 80 218 133 313 25 | |
| 48 71 112 100 143 51 54 57 57 121 67 109 16 203 -19 315 -118 80 -69 134 | |
| -220 147 -405 8 -127 -28 -808 -45 -836 -9 -14 -35 -172 -30 -178 3 -2 -4 -14 | |
| -15 -26 -46 -48 -23 -174 38 -212 15 -9 45 -34 68 -55 46 -44 112 -59 135 -32 | |
| 7 9 30 23 51 31 21 8 38 19 38 23 0 4 14 27 32 51 18 24 33 59 35 78 1 18 7 | |
| 50 13 70 17 61 49 298 61 456 21 280 24 360 18 560 -5 175 -10 213 -34 305 | |
| -15 58 -32 109 -36 114 -5 6 -9 18 -9 27 0 22 -32 92 -82 181 -40 71 -153 192 | |
| -170 182 -4 -3 -8 -1 -8 5 0 6 -19 20 -42 32 -24 12 -56 32 -73 45 -30 22 | |
| -128 61 -175 70 -141 24 -241 33 -300 27z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment