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="218.000000pt" height="324.000000pt" viewBox="0 0 218.000000 324.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,324.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M845 3233 c-75 -10 -178 -74 -276 -172 -66 -67 -159 -186 -160 -206 | |
| 0 -5 -18 -35 -39 -65 -85 -118 -153 -279 -259 -610 -32 -100 -60 -245 -75 | |
| -392 -15 -136 -32 -393 -30 -438 1 -14 3 -88 4 -165 3 -204 17 -307 78 -546 | |
| 50 -193 81 -271 148 -365 82 -116 185 -205 274 -236 187 -66 354 -43 576 77 | |
| 172 93 404 302 547 495 39 52 82 107 96 121 14 15 48 65 74 110 107 184 187 | |
| 329 187 338 0 5 4 11 8 13 12 5 74 160 79 196 2 19 10 44 18 56 17 26 54 185 | |
| 55 234 0 18 5 43 11 54 16 30 22 303 8 385 -6 37 -13 88 -14 113 -4 78 -80 | |
| 260 -180 430 -42 70 -192 226 -291 301 -134 102 -349 209 -420 209 -14 0 -35 | |
| 7 -48 16 -14 8 -63 19 -113 24 -48 4 -106 13 -128 19 -40 10 -73 12 -130 4z | |
| m222 -570 c18 -18 37 -33 43 -33 5 0 11 0 13 0 6 -2 84 -21 102 -26 11 -3 27 | |
| -7 35 -8 15 -3 92 51 118 83 11 13 28 -1 130 -104 79 -81 128 -140 149 -180 | |
| 38 -73 82 -200 89 -258 2 -23 7 -61 10 -83 8 -69 6 -227 -6 -296 -5 -36 -26 | |
| -114 -45 -174 -19 -59 -35 -114 -35 -122 0 -18 -92 -201 -165 -326 -80 -139 | |
| -230 -329 -377 -479 -144 -147 -204 -190 -315 -226 -67 -22 -77 -23 -133 -11 | |
| -46 10 -67 20 -86 43 -131 156 -199 633 -160 1117 23 280 68 562 96 595 5 6 | |
| 26 60 48 120 52 146 98 239 180 360 l67 100 67 0 c36 0 70 3 74 8 4 4 21 -10 | |
| 38 -30 17 -21 45 -53 63 -70z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment