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="205.000000pt" height="221.000000pt" viewBox="0 0 205.000000 221.000000" | |
| preserveAspectRatio="xMidYMid meet"> | |
| <metadata> | |
| Created by potrace 1.11, written by Peter Selinger 2001-2013 | |
| </metadata> | |
| <g transform="translate(0.000000,221.000000) scale(0.100000,-0.100000)" | |
| fill="#000000" stroke="none"> | |
| <path d="M895 2201 c-203 -35 -409 -171 -573 -379 -116 -147 -238 -383 -265 | |
| -512 -35 -164 -60 -496 -44 -570 52 -230 83 -333 130 -425 31 -62 117 -175 | |
| 133 -175 8 0 14 -5 14 -11 0 -13 61 -69 75 -69 6 0 28 -10 50 -22 22 -11 51 | |
| -23 65 -25 41 -5 149 -5 159 1 5 3 26 8 46 12 21 3 46 7 56 9 20 4 177 96 228 | |
| 134 106 79 362 362 444 490 46 71 65 90 70 70 22 -81 126 -348 168 -431 39 | |
| -78 66 -103 124 -118 50 -13 50 -13 157 38 l106 50 7 46 c7 43 2 58 -68 214 | |
| -79 175 -110 264 -127 372 -15 91 -31 423 -21 433 4 4 4 31 0 59 -5 28 -6 55 | |
| -4 59 3 4 1 18 -4 31 -5 13 -12 39 -15 58 -5 26 -16 42 -43 60 -20 14 -45 34 | |
| -55 45 -15 16 -32 20 -87 20 l-68 0 -7 75 c-5 60 -12 85 -38 125 -17 28 -38 | |
| 63 -47 80 -29 54 -127 140 -203 178 -96 47 -149 64 -228 72 -36 3 -72 8 -80 9 | |
| -8 2 -33 0 -55 -3z m130 -397 c47 -7 136 -64 155 -99 7 -14 21 -27 31 -30 10 | |
| -3 29 -25 43 -48 16 -29 41 -52 75 -70 28 -16 53 -28 56 -27 30 2 37 -1 30 | |
| -17 -3 -10 -18 -60 -32 -112 -44 -166 -109 -284 -266 -486 -160 -204 -416 | |
| -466 -488 -498 -58 -26 -80 -12 -136 91 -57 105 -71 167 -79 357 -6 128 -3 | |
| 168 15 273 12 68 26 131 31 140 5 9 25 51 44 94 62 138 147 247 276 353 77 63 | |
| 144 97 180 90 14 -2 43 -7 65 -11z"/> | |
| </g> | |
| </svg> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment