@ -9855,8 +9855,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
@@ -9855,8 +9855,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
thrownewError('The API version "'+apiVersion+'" does not match '+('the Worker version "'+workerVersion+'".'));
}
@ -38934,7 +38934,10 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -38934,7 +38934,10 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@ -39138,7 +39141,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -39138,7 +39141,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@ -39222,8 +39225,27 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -39222,8 +39225,27 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
(0,_util.warn)('Invalid fd index for glyph index.');
}
}else{
subrCode=font.subrs[n+font.subrsBias];
}
if(subrCode){
parse(subrCode);
}
@ -39313,10 +39335,10 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -39313,10 +39335,10 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@ -39491,7 +39513,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -39491,7 +39513,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@ -39499,21 +39521,31 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -39499,21 +39521,31 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
(0,_util.warn)('Invalid fd index for glyph index.');
}
}
varcmds=[];
cmds.push({cmd:'save'});
cmds.push({
cmd:'transform',
args:this.fontMatrix.slice()
args:fontMatrix.slice()
});
cmds.push({
cmd:'scale',
args:['size','-size']
});
this.compileGlyphImpl(code,cmds);
this.compileGlyphImpl(code,cmds,glyphId);
cmds.push({cmd:'restore'});
returncmds;
},
@ -39546,10 +39578,13 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -39546,10 +39578,13 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@ -98,7 +98,10 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -98,7 +98,10 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@ -302,7 +305,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -302,7 +305,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@ -386,8 +389,27 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -386,8 +389,27 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
(0,_util.warn)('Invalid fd index for glyph index.');
}
}else{
subrCode=font.subrs[n+font.subrsBias];
}
if(subrCode){
parse(subrCode);
}
@ -477,10 +499,10 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -477,10 +499,10 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@ -655,7 +677,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -655,7 +677,7 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@ -663,21 +685,31 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -663,21 +685,31 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
(0,_util.warn)('Invalid fd index for glyph index.');
}
}
varcmds=[];
cmds.push({cmd:'save'});
cmds.push({
cmd:'transform',
args:this.fontMatrix.slice()
args:fontMatrix.slice()
});
cmds.push({
cmd:'scale',
args:['size','-size']
});
this.compileGlyphImpl(code,cmds);
this.compileGlyphImpl(code,cmds,glyphId);
cmds.push({cmd:'restore'});
returncmds;
},
@ -710,10 +742,13 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@@ -710,10 +742,13 @@ var FontRendererFactory = function FontRendererFactoryClosure() {
@ -1650,8 +1650,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() {
@@ -1650,8 +1650,8 @@ var InternalRenderTask = function InternalRenderTaskClosure() {