mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 07:42:04 +00:00
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:
parent
1e89525430
commit
0ecb2ac3f2
@ -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");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user