Update src/fonts.js
One simple thing that came up while looking at the new Octane benchmark.
This commit is contained in:
parent
da861bef30
commit
fad38f8286
@ -4100,7 +4100,7 @@ Type1Font.prototype = {
|
|||||||
// charstring changes size - can't cache .length in loop
|
// charstring changes size - can't cache .length in loop
|
||||||
for (var i = 0; i < charstring.length; i++) {
|
for (var i = 0; i < charstring.length; i++) {
|
||||||
var command = charstring[i];
|
var command = charstring[i];
|
||||||
if (command.charAt) {
|
if (typeof command === 'string') {
|
||||||
var cmd = map[command];
|
var cmd = map[command];
|
||||||
assert(cmd, 'Unknow command: ' + command);
|
assert(cmd, 'Unknow command: ' + command);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user