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="194.000000pt" height="317.000000pt" viewBox="0 0 194.000000 317.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,317.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M900 3160 c-144 -11 -238 -33 -374 -84 -71 -27 -175 -85 -213 -119 | |
| -16 -14 -29 -18 -48 -13 -28 7 -199 -46 -224 -69 -29 -29 -41 -87 -34 -175 4 | |
| -47 6 -94 5 -105 -1 -11 -4 -51 -7 -90 -5 -53 -1 -93 16 -165 15 -64 23 -138 | |
| 26 -228 4 -122 -15 -682 -37 -1127 -12 -251 -13 -722 0 -730 6 -3 10 -17 10 | |
| -31 0 -34 56 -114 99 -143 48 -32 124 -40 151 -16 11 10 26 15 33 12 20 -7 78 | |
| 30 84 54 3 10 9 19 13 19 28 0 42 167 19 223 -12 28 -8 376 7 794 l7 172 76 | |
| -39 c42 -21 108 -53 146 -70 194 -89 335 -168 488 -275 59 -42 161 -168 205 | |
| -253 45 -88 95 -243 112 -352 7 -41 16 -82 20 -90 5 -8 10 -28 13 -45 12 -72 | |
| 34 -121 73 -160 23 -23 47 -42 55 -43 8 0 23 -3 34 -5 11 -2 52 13 90 33 39 | |
| 21 80 41 93 45 29 9 73 52 78 78 2 11 6 22 8 25 3 2 -3 21 -13 41 -10 20 -26 | |
| 81 -35 135 -9 55 -21 106 -25 115 -5 9 -16 50 -24 91 -21 102 -76 243 -127 | |
| 332 -24 40 -52 89 -62 108 -25 49 -130 170 -191 221 -102 87 -267 186 -509 | |
| 306 -76 37 -138 70 -138 73 0 3 17 12 38 19 87 31 239 99 407 183 206 102 260 | |
| 132 310 173 19 17 40 30 45 30 24 0 176 145 217 207 25 37 49 70 54 74 5 3 7 | |
| 10 4 15 -4 5 2 20 13 34 23 29 44 128 44 206 0 105 -12 150 -58 219 -84 125 | |
| -92 136 -121 150 -15 8 -32 20 -38 26 -18 21 -185 124 -201 124 -8 0 -49 13 | |
| -92 29 -76 29 -128 43 -167 46 -11 1 -51 4 -90 8 -128 14 -169 15 -265 7z | |
| m316 -404 c103 -27 145 -50 232 -124 67 -58 76 -84 51 -149 -32 -86 -253 -239 | |
| -509 -354 -63 -28 -119 -54 -125 -58 -17 -13 -397 -161 -402 -157 -1 1 -4 142 | |
| -7 314 -3 172 -8 323 -12 336 -11 46 119 131 282 185 83 28 100 30 245 30 132 | |
| 1 168 -2 245 -23z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment