* src/sfnt/ttsvg.c (tt_face_load_svg_doc): Minor fix. Don't return

immediately in case of Gzip compressed SVG documents.
This commit is contained in:
Moazin Khatti 2019-06-23 17:55:26 +05:00
parent 72eb3b3a9d
commit f70f02cdd1
1 changed files with 0 additions and 1 deletions

View File

@ -226,7 +226,6 @@
doc_list = uncomp_buffer;
doc_length = uncomp_size;
return FT_Err_Ok;
}
svg_document->svg_document = doc_list;