From 29db2a44a6b7a28ade5e288779dbf5a200b43acd Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Wed, 14 Nov 2018 12:13:16 +0330 Subject: [PATCH] [ot-color/svg] Note that it can be gzipped --- src/hb-ot-color.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-ot-color.cc b/src/hb-ot-color.cc index cac289b2..791135b1 100644 --- a/src/hb-ot-color.cc +++ b/src/hb-ot-color.cc @@ -238,7 +238,7 @@ hb_ot_color_has_svg (hb_face_t *face) * @face: a font face. * @glyph: a svg glyph index. * - * Get SVG document for a glyph. + * Get SVG document for a glyph. The blob may be either plain text or gzip-encoded. * * Returns: (transfer full): respective svg blob of the glyph, if available. * -- GitLab