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="214.000000pt" height="301.000000pt" viewBox="0 0 214.000000 301.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,301.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1755 3006 c-5 -3 -27 -7 -48 -11 -45 -7 -97 -55 -97 -88 0 -13 -5 | |
| -28 -10 -33 -19 -19 -24 -103 -7 -122 24 -26 54 -166 61 -277 3 -55 13 -147 | |
| 21 -205 8 -58 19 -217 25 -355 6 -137 15 -328 22 -423 9 -131 9 -175 0 -184 | |
| -7 -7 -12 -29 -12 -49 0 -62 -39 -249 -66 -319 -24 -62 -54 -117 -81 -150 -68 | |
| -85 -98 -116 -177 -188 -147 -134 -287 -192 -463 -192 -131 0 -183 21 -265 | |
| 107 -80 85 -114 143 -153 264 -42 131 -51 170 -70 307 -40 288 -37 696 10 | |
| 1376 17 246 16 264 -30 314 -19 21 -35 24 -148 33 l-127 9 -29 -26 c-24 -21 | |
| -31 -38 -37 -83 -3 -31 -12 -72 -20 -91 -7 -19 -18 -109 -24 -200 -6 -91 -13 | |
| -196 -16 -235 -3 -38 -7 -245 -10 -460 -4 -374 2 -522 25 -629 6 -27 13 -78 | |
| 15 -112 7 -121 60 -317 117 -440 16 -34 29 -64 29 -68 0 -4 24 -41 53 -83 28 | |
| -42 61 -90 73 -107 64 -94 210 -196 354 -246 69 -25 222 -41 315 -33 50 3 108 | |
| 7 130 8 46 2 202 50 225 70 8 7 43 26 77 43 35 17 78 42 95 55 18 14 47 32 63 | |
| 40 71 37 200 171 295 306 96 137 114 169 164 296 16 39 35 86 42 105 32 79 58 | |
| 286 58 450 -1 275 -24 726 -45 895 -5 44 -12 125 -15 180 -6 119 -31 279 -50 | |
| 317 -8 15 -14 38 -14 51 0 14 -7 30 -15 37 -8 7 -15 16 -15 21 0 12 -48 81 | |
| -73 104 -15 14 -37 20 -81 22 -34 1 -65 1 -71 -1z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment