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="207.000000pt" height="208.000000pt" viewBox="0 0 207.000000 208.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,208.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M939 2075 c-3 -2 -21 -7 -40 -9 -60 -8 -171 -52 -262 -103 -101 -57 | |
| -204 -152 -274 -251 -25 -37 -51 -71 -58 -77 -6 -5 -22 -28 -35 -50 -13 -22 | |
| -27 -42 -31 -45 -17 -13 -112 -213 -130 -275 -11 -38 -24 -79 -29 -90 -11 -23 | |
| -51 -212 -57 -270 -3 -22 -9 -44 -14 -49 -12 -14 -11 -142 2 -191 6 -22 15 | |
| -67 20 -100 15 -104 40 -186 83 -272 15 -28 26 -55 26 -60 0 -13 135 -143 148 | |
| -143 6 0 17 -6 24 -12 30 -29 98 -58 159 -67 87 -14 225 -12 269 4 19 6 60 20 | |
| 90 30 147 47 414 236 568 402 l97 104 22 -28 c13 -15 23 -32 23 -36 0 -11 84 | |
| -111 161 -191 61 -64 66 -67 122 -73 43 -4 61 -2 75 9 9 9 34 19 55 22 37 7 | |
| 54 19 87 63 18 24 22 36 26 92 3 38 -1 49 -41 100 -24 31 -68 82 -97 114 -75 | |
| 82 -143 218 -152 304 -6 53 -3 76 12 117 44 116 82 275 82 345 0 59 -31 165 | |
| -54 187 -28 27 -75 52 -109 58 -15 2 -32 8 -39 13 -15 9 -20 10 -48 12 -12 1 | |
| -20 8 -20 20 0 49 -41 108 -129 184 -49 42 -92 77 -96 77 -3 0 -23 13 -43 29 | |
| -20 16 -59 37 -87 46 -27 9 -54 20 -60 25 -6 5 -54 16 -108 24 -102 17 -131 | |
| 19 -138 11z m181 -402 c60 -26 120 -64 120 -75 0 -4 21 -37 47 -74 44 -63 46 | |
| -71 48 -137 2 -59 5 -73 24 -88 21 -17 21 -20 10 -136 l-11 -118 -62 -95 c-33 | |
| -52 -74 -108 -91 -125 -16 -17 -65 -73 -108 -123 -66 -77 -99 -105 -210 -178 | |
| -159 -105 -193 -121 -279 -130 -64 -6 -67 -6 -93 22 -59 63 -73 90 -89 169 | |
| -30 153 -30 208 -1 355 33 172 47 216 102 320 102 195 234 339 373 409 94 47 | |
| 123 47 220 4z"/> | |
| </g> | |
| </svg> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment