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="178.000000pt" height="226.000000pt" viewBox="0 0 178.000000 226.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,226.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M1066 2244 c-28 -6 -78 -19 -111 -28 -33 -10 -67 -19 -75 -21 -30 -7 | |
| -186 -85 -230 -115 -25 -16 -49 -30 -54 -30 -12 0 -155 -122 -196 -166 -19 | |
| -22 -54 -64 -79 -94 -25 -30 -53 -61 -62 -67 -37 -27 -179 -275 -179 -313 0 | |
| -8 -6 -27 -14 -42 -25 -47 -48 -178 -56 -308 -8 -136 3 -232 40 -355 11 -38 | |
| 26 -88 32 -110 7 -22 22 -56 35 -75 13 -19 23 -41 23 -48 0 -39 220 -264 315 | |
| -322 39 -23 83 -51 98 -62 29 -20 206 -73 214 -64 3 2 24 -1 47 -8 44 -13 181 | |
| -14 271 -1 28 4 78 18 111 31 34 13 85 29 115 35 85 18 268 120 353 198 49 44 | |
| 87 87 90 102 2 8 7 32 11 54 10 43 10 42 1 96 -6 33 -13 39 -95 82 -82 43 -90 | |
| 46 -126 36 -21 -6 -59 -27 -84 -46 -25 -19 -88 -60 -138 -90 -75 -44 -114 -59 | |
| -205 -81 -100 -24 -125 -26 -223 -21 -145 8 -211 37 -306 136 -133 136 -178 | |
| 233 -181 387 -2 56 3 146 10 201 10 85 19 115 61 200 43 88 64 117 179 241 72 | |
| 78 148 150 169 161 21 11 76 40 123 66 132 71 260 99 289 63 7 -8 36 -22 66 | |
| -31 36 -12 71 -33 107 -67 29 -27 59 -53 67 -58 17 -9 139 75 163 112 8 13 18 | |
| 44 21 69 5 38 1 57 -19 100 -31 64 -103 160 -138 182 -55 36 -119 69 -144 74 | |
| -54 10 -246 8 -296 -3z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment