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="145.000000pt" height="222.000000pt" viewBox="0 0 145.000000 222.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,222.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M720 2207 c-25 -7 -58 -20 -75 -30 -16 -9 -46 -24 -65 -34 -53 -27 | |
| -137 -99 -183 -160 -99 -128 -122 -163 -162 -248 -82 -173 -107 -238 -136 | |
| -352 -15 -63 -33 -121 -39 -128 -16 -20 -38 -150 -50 -297 -11 -133 1 -390 20 | |
| -413 4 -5 10 -21 12 -35 18 -87 45 -163 75 -218 37 -67 137 -182 157 -182 6 0 | |
| 35 -15 63 -34 69 -46 195 -75 308 -71 66 2 198 29 220 45 6 4 33 15 60 24 28 | |
| 9 148 65 267 124 214 106 217 108 236 151 24 54 21 72 -26 181 -43 97 -85 136 | |
| -137 126 -36 -8 -269 -113 -298 -136 -12 -9 -74 -39 -137 -65 -100 -43 -126 | |
| -50 -198 -53 l-84 -4 -48 50 c-61 63 -77 114 -89 278 -13 175 0 285 66 539 29 | |
| 112 54 180 98 268 51 104 68 128 139 198 45 43 88 79 97 79 9 0 61 -23 116 | |
| -50 70 -36 114 -52 150 -54 27 -2 59 -9 71 -15 27 -14 94 -14 143 0 35 11 41 | |
| 18 74 94 41 91 39 108 -13 150 -13 11 -36 30 -50 42 -14 12 -50 34 -81 49 -31 | |
| 14 -58 30 -61 34 -3 4 -57 40 -121 78 -113 69 -118 71 -195 76 -49 3 -96 0 | |
| -124 -7z"/> | |
| </g> | |
| </svg> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment