summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEbrahim Byagowi <ebrahim@gnu.org>2018-11-14 12:13:16 +0330
committerGitHub <noreply@github.com>2018-11-14 12:13:16 +0330
commit29db2a44a6b7a28ade5e288779dbf5a200b43acd (patch)
treea80059b3def0925bbf04d3328741d27d7bb0f9ba
parenta9c27d576ffe4452d1a3dae73964a8f4d6dcc088 (diff)
[ot-color/svg] Note that it can be gzipped
-rw-r--r--src/hb-ot-color.cc2
1 files changed, 1 insertions, 1 deletions
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.
*