Merge pull request #9008 from diegocr/patch-1
Mispelled isEvalSupported property at FontFaceObject() creation.
This commit is contained in:
commit
ab4d5be192
@ -1818,7 +1818,7 @@ var WorkerTransport = (function WorkerTransportClosure() {
|
||||
};
|
||||
}
|
||||
var font = new FontFaceObject(exportedData, {
|
||||
isEvalSuported: getDefaultSetting('isEvalSupported'),
|
||||
isEvalSupported: getDefaultSetting('isEvalSupported'),
|
||||
disableFontFace: getDefaultSetting('disableFontFace'),
|
||||
fontRegistry,
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user