mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2026-05-22 15:08:13 +02:00
* 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:
parent
72eb3b3a9d
commit
f70f02cdd1
1 changed files with 0 additions and 1 deletions
|
|
@ -226,7 +226,6 @@
|
|||
|
||||
doc_list = uncomp_buffer;
|
||||
doc_length = uncomp_size;
|
||||
return FT_Err_Ok;
|
||||
}
|
||||
|
||||
svg_document->svg_document = doc_list;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue