mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:37:35 +00:00
LibGfx/WOFF2: Tolerate incorrect totalSfntSize
in WOFF2 header
The specification says that this value is for reference only, so we should be able to load a file where this value is incorrect.
This commit is contained in:
parent
0eaf13bae3
commit
af633523af
4 changed files with 26 additions and 1 deletions
|
@ -10,6 +10,7 @@ set(TEST_SOURCES
|
|||
TestRect.cpp
|
||||
TestScalingFunctions.cpp
|
||||
TestWOFF.cpp
|
||||
TestWOFF2.cpp
|
||||
)
|
||||
|
||||
foreach(source IN LISTS TEST_SOURCES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue