Added a new error `Invalid_SVG_Document'.

This commit is contained in:
Moazin Khatti 2019-07-26 18:38:29 +05:00
parent ba9e6f9d41
commit 3479e03cdb
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@
"too many hints" )
FT_ERRORDEF_( Invalid_Pixel_Size, 0x17,
"invalid pixel size" )
FT_ERRORDEF_( Invalid_SVG_Document, 0x18,
"invalid SVG document" )
/* handle errors */