Bug 906521. Part 3: OTS should recognize version 0 of the SVG table. r=jfkthame

--HG--
extra : rebase_source : fb7431e890cd8b5a01a3f34a511d5b7c4aa575bf
This commit is contained in:
Robert O'Callahan 2013-08-20 01:08:43 +12:00
parent 1e89525430
commit 0ecb2ac3f2

View File

@ -31,7 +31,7 @@ bool ots_svg_parse(OpenTypeFile *file, const uint8_t *data, size_t length) {
NONFATAL_FAILURE("Couldn't read SVG table header");
}
if (version != 1) {
if (version != 0) {
NONFATAL_FAILURE("Unknown SVG table version");
}