@ -13077,8 +13077,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
@@ -13077,8 +13077,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}();
varversion,build;
{
exports.version=version='1.8.476';
exports.build=build='36fb3686';
exports.version=version='1.8.478';
exports.build=build='c6ee05f7';
}
exports.getDocument=getDocument;
exports.LoopbackPort=LoopbackPort;
@ -13365,6 +13365,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -13365,6 +13365,7 @@ var SVGGraphics = function SVGGraphics() {
this.extraStack=[];
this.commonObjs=commonObjs;
this.objs=objs;
this.pendingClip=null;
this.pendingEOFill=false;
this.embedFonts=false;
this.embeddedFonts=Object.create(null);
@ -13388,6 +13389,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -13388,6 +13389,7 @@ var SVGGraphics = function SVGGraphics() {
restore:functionSVGGraphics_restore(){
this.transformMatrix=this.transformStack.pop();
this.current=this.extraStack.pop();
this.pendingClip=null;
this.tgrp=null;
},
group:functionSVGGraphics_group(items){
@ -13826,8 +13828,10 @@ var SVGGraphics = function SVGGraphics() {
@@ -13826,8 +13828,10 @@ var SVGGraphics = function SVGGraphics() {
current.element=current.path;
current.setCurrentPoint(x,y);
},
endPath:functionSVGGraphics_endPath(){},
clip:functionSVGGraphics_clip(type){
endPath:functionSVGGraphics_endPath(){
if(!this.pendingClip){
return;
}
varcurrent=this.current;
varclipId='clippath'+clipCount;
clipCount++;
@ -13835,11 +13839,12 @@ var SVGGraphics = function SVGGraphics() {
@@ -13835,11 +13839,12 @@ var SVGGraphics = function SVGGraphics() {
@ -3806,8 +3806,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
@@ -3806,8 +3806,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
}();
varversion,build;
{
exports.version=version='1.8.476';
exports.build=build='36fb3686';
exports.version=version='1.8.478';
exports.build=build='c6ee05f7';
}
exports.getDocument=getDocument;
exports.LoopbackPort=LoopbackPort;
@ -4094,6 +4094,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -4094,6 +4094,7 @@ var SVGGraphics = function SVGGraphics() {
this.extraStack=[];
this.commonObjs=commonObjs;
this.objs=objs;
this.pendingClip=null;
this.pendingEOFill=false;
this.embedFonts=false;
this.embeddedFonts=Object.create(null);
@ -4117,6 +4118,7 @@ var SVGGraphics = function SVGGraphics() {
@@ -4117,6 +4118,7 @@ var SVGGraphics = function SVGGraphics() {
restore:functionSVGGraphics_restore(){
this.transformMatrix=this.transformStack.pop();
this.current=this.extraStack.pop();
this.pendingClip=null;
this.tgrp=null;
},
group:functionSVGGraphics_group(items){
@ -4555,8 +4557,10 @@ var SVGGraphics = function SVGGraphics() {
@@ -4555,8 +4557,10 @@ var SVGGraphics = function SVGGraphics() {
current.element=current.path;
current.setCurrentPoint(x,y);
},
endPath:functionSVGGraphics_endPath(){},
clip:functionSVGGraphics_clip(type){
endPath:functionSVGGraphics_endPath(){
if(!this.pendingClip){
return;
}
varcurrent=this.current;
varclipId='clippath'+clipCount;
clipCount++;
@ -4564,11 +4568,12 @@ var SVGGraphics = function SVGGraphics() {
@@ -4564,11 +4568,12 @@ var SVGGraphics = function SVGGraphics() {
@ -1443,8 +1443,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {
@@ -1443,8 +1443,8 @@ var _UnsupportedManager = function UnsupportedManagerClosure() {