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="187.000000pt" height="344.000000pt" viewBox="0 0 187.000000 344.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,344.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M905 3429 c-36 -21 -85 -73 -85 -90 0 -10 -4 -20 -9 -24 -5 -3 -12 | |
| -20 -16 -38 -4 -17 -17 -68 -31 -112 -13 -44 -30 -123 -38 -175 -8 -52 -21 | |
| -138 -30 -190 -8 -52 -24 -158 -36 -235 -12 -77 -25 -143 -28 -147 -11 -11 | |
| -298 -13 -414 -3 -88 7 -101 5 -142 -15 -49 -23 -51 -26 -66 -120 -23 -148 -7 | |
| -200 70 -225 70 -22 162 -34 326 -41 l150 -7 -7 -51 c-4 -28 -8 -99 -8 -159 | |
| -1 -59 -8 -149 -15 -200 -8 -50 -15 -155 -16 -232 -1 -77 -4 -178 -7 -225 -7 | |
| -102 22 -476 44 -575 19 -84 67 -218 94 -261 10 -17 19 -37 19 -43 0 -21 103 | |
| -135 145 -163 65 -42 142 -76 187 -85 52 -10 242 -11 318 -1 70 8 222 45 263 | |
| 63 18 8 74 27 126 42 99 29 138 57 162 115 10 25 9 42 -6 102 -20 79 -54 158 | |
| -66 150 -4 -2 -10 0 -14 6 -12 19 -96 10 -247 -29 -369 -95 -457 -95 -519 -4 | |
| -39 56 -64 152 -79 303 -7 63 -14 118 -16 122 -10 15 -4 628 7 733 6 61 16 | |
| 172 23 248 7 75 15 139 18 142 9 9 262 5 303 -5 22 -5 128 -10 236 -10 189 0 | |
| 197 1 222 23 44 38 57 86 45 164 -5 37 -12 82 -14 99 -2 17 -15 44 -28 59 -22 | |
| 25 -33 28 -117 36 -210 18 -388 29 -466 29 -45 0 -88 2 -96 5 -12 5 -9 27 14 | |
| 139 37 174 78 453 68 463 -5 5 -5 58 -1 118 7 100 8 163 4 221 -3 33 -38 61 | |
| -89 72 -94 20 -118 22 -138 11z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment