ajstarks / openvg

Tools for exploring OpenVG
Other
414 stars 85 forks source link

Error in font initialization. #34

Closed paeryn closed 8 years ago

paeryn commented 8 years ago

On line 63 of libshapes.c you memset(f.Glyphs, 0, MAXFONTPATH * sizeof(VGPath)); with MAXFONTPATH = 500 (line 21), but in fontinfo.h f.Glyphs is only declared as VGPath Glyphs[256];

ajstarks commented 8 years ago

fixed.