commit | ae7ec913ca00cf17591e70a5d24ad501d044889c | [log] [tgz] |
---|---|---|
author | Ben Wagner <bungeman@google.com> | Wed Jun 01 17:02:53 2022 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Wed Jul 06 17:59:18 2022 +0000 |
tree | 893a2894de827060259cb0cbacca409c76f8b615 | |
parent | 4a3521e11948a69746eac036bd53dd5ca52f1b59 [diff] |
Add a gzip'ed svgDoc to SampleSVG.ttf The OT-SVG specification allows individual svgDoc inside the SVG table to be optionaly gzip'ed. Add a glyph to SampleSVG.ttf which uses a compressed svgDoc so that this can be tested. This font crashes vanilla FreeType 2.12.0 and 2.12.1. This issue was fixed with [0] and backported to Debian in 2.12.1+dfsg-3 [1]. [0] https://gitlab.freedesktop.org/freetype/freetype/-/commit/c26872ed59cba3af2f407b5eefc92fcec92aa52b [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013094 Change-Id: I45e115a743b8aa4d545f34c9668597d22e0a2bf4 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/545779 Commit-Queue: Ben Wagner <bungeman@google.com> Reviewed-by: Herb Derby <herb@google.com>