Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.3.3
-
Fix Version/s: 4.3.4
-
Component/s: Core/Parsing
-
Labels:None
-
Environment:any
Description
A client had sent in a file that hand a font object without the object type font. The problem here is that normally the parser would return a Font object but instead is returning a hashtable.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Added an instance of check to catch and properly detect and create a font object from a found hash table.