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="183.000000pt" height="254.000000pt" viewBox="0 0 183.000000 254.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,254.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M670 2532 c-22 -3 -107 -26 -196 -53 -17 -5 -41 -18 -54 -29 -13 -11 | |
| -28 -20 -33 -20 -27 0 -177 -121 -177 -143 0 -5 -15 -27 -33 -47 -68 -79 -137 | |
| -225 -137 -290 0 -16 -5 -41 -11 -57 -27 -70 -29 -206 -5 -378 5 -36 29 -110 | |
| 42 -125 6 -8 19 -29 28 -47 8 -17 28 -38 43 -46 157 -81 163 -83 311 -80 201 | |
| 4 308 37 695 213 87 39 165 69 173 66 17 -7 34 -48 34 -82 0 -36 51 -208 64 | |
| -216 18 -12 19 -176 2 -287 -34 -213 -96 -346 -206 -440 -41 -34 -68 -48 -128 | |
| -63 -42 -11 -90 -17 -107 -14 -227 38 -252 46 -324 99 -95 70 -130 107 -141 | |
| 148 -6 21 -15 39 -20 39 -6 0 -10 7 -10 15 0 8 -9 23 -19 31 -11 9 -32 59 -47 | |
| 110 -36 120 -43 124 -156 99 -70 -16 -89 -25 -119 -56 -31 -32 -36 -44 -38 | |
| -91 -2 -55 35 -233 66 -318 9 -25 28 -61 42 -80 14 -19 37 -51 51 -71 40 -58 | |
| 187 -169 293 -221 54 -27 102 -46 107 -43 5 3 24 -1 42 -9 73 -32 114 -38 276 | |
| -39 112 -1 177 2 197 11 17 6 39 13 50 15 11 2 34 11 52 20 17 9 53 24 80 33 | |
| 51 17 173 125 218 194 12 19 36 51 53 70 35 39 114 221 138 320 9 36 21 71 27 | |
| 78 18 23 37 193 35 324 -1 147 -11 198 -66 365 -23 67 -44 139 -48 160 -13 69 | |
| -41 117 -102 176 -33 32 -81 67 -107 78 -59 26 -174 50 -194 40 -9 -4 -33 -9 | |
| -55 -10 -21 -1 -86 -21 -145 -45 -202 -83 -296 -123 -364 -155 -73 -34 -265 | |
| -84 -306 -79 -23 3 -26 8 -29 47 -3 38 16 193 34 280 7 32 128 157 179 185 37 | |
| 19 55 21 215 21 l175 0 73 -43 c130 -76 161 -66 271 86 40 56 51 79 48 100 -5 | |
| 32 -35 87 -60 114 -18 19 -203 111 -224 111 -7 0 -13 3 -13 7 0 21 -339 38 | |
| -440 22z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment