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="225.000000pt" height="313.000000pt" viewBox="0 0 225.000000 313.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,313.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1080 3108 c-164 -18 -214 -27 -405 -77 -77 -20 -157 -50 -223 -82 | |
| -94 -47 -106 -57 -139 -108 -83 -128 -106 -196 -133 -387 -29 -205 -38 -280 | |
| -33 -287 3 -5 -1 -79 -7 -165 -10 -133 -10 -173 3 -263 14 -100 18 -110 68 | |
| -187 60 -91 99 -118 184 -126 28 -3 64 -8 81 -12 20 -4 42 0 62 10 17 9 40 16 | |
| 52 16 11 0 28 4 38 10 9 5 40 19 67 30 62 25 70 29 305 163 114 64 303 139 | |
| 395 156 89 17 130 6 211 -54 62 -46 80 -68 136 -162 60 -99 66 -116 77 -192 | |
| 22 -164 11 -294 -39 -479 -11 -41 -30 -92 -41 -115 -38 -74 -123 -185 -165 | |
| -214 -23 -15 -74 -51 -115 -79 -115 -79 -150 -89 -309 -89 -152 0 -195 11 | |
| -370 92 -102 47 -269 166 -297 211 -9 15 -29 38 -44 52 -31 28 -61 71 -104 | |
| 147 -43 76 -63 77 -183 6 -116 -68 -139 -89 -147 -137 -11 -56 1 -94 56 -186 | |
| 100 -168 158 -236 223 -264 17 -8 40 -22 51 -33 52 -49 297 -180 369 -197 15 | |
| -4 40 -16 55 -26 68 -51 333 -90 481 -72 172 22 384 103 506 194 28 21 55 38 | |
| 61 38 12 0 135 135 181 198 18 26 36 49 41 52 9 5 118 215 138 265 47 120 72 | |
| 286 74 507 2 152 0 171 -25 254 -50 168 -168 370 -275 474 -61 59 -116 102 | |
| -196 153 -27 17 -53 36 -57 41 -18 26 -301 33 -396 9 -124 -30 -326 -114 -505 | |
| -210 -98 -52 -194 -101 -214 -109 l-36 -15 6 63 c3 35 12 135 18 223 7 95 25 | |
| 221 43 309 l31 149 140 34 c255 62 337 74 510 75 88 0 191 -3 229 -7 120 -12 | |
| 176 16 227 116 19 39 19 39 -1 51 -11 7 -20 23 -20 36 0 37 -49 111 -91 138 | |
| -22 13 -39 28 -39 33 0 14 -177 44 -270 45 -47 1 -155 -6 -240 -16z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment