|  | @@ -439,7 +439,7 @@ let JpcCanvasOutput = {
 | 
	
		
			
				|  |  |              if (cell.pic) {
 | 
	
		
			
				|  |  |                  const img = new Image();
 | 
	
		
			
				|  |  |                  img.src = cell.pic;
 | 
	
		
			
				|  |  | -                img.crossOrigin = 'anonymous';
 | 
	
		
			
				|  |  | +                // img.crossOrigin = 'anonymous';
 | 
	
		
			
				|  |  |                  img.onload = function() {
 | 
	
		
			
				|  |  |                      if (cell.signature_name.indexOf(JV.SIGNATURE_NAME_DUMMY) >= 0) {
 | 
	
		
			
				|  |  |                          private_drawImage(cell, control, img, (!!cell.isStamp), [1, 1, 1, 1]);
 | 
	
	
		
			
				|  | @@ -456,7 +456,7 @@ let JpcCanvasOutput = {
 | 
	
		
			
				|  |  |                  } else {
 | 
	
		
			
				|  |  |                      img.src = cell.path;
 | 
	
		
			
				|  |  |                  }
 | 
	
		
			
				|  |  | -                img.crossOrigin = 'anonymous';
 | 
	
		
			
				|  |  | +                // img.crossOrigin = 'anonymous';
 | 
	
		
			
				|  |  |                  img.onload = function() {
 | 
	
		
			
				|  |  |                      if (cell.signature_name.indexOf(JV.SIGNATURE_NAME_DUMMY) >= 0) {
 | 
	
		
			
				|  |  |                          private_drawImage(cell, control, img, (!!cell.isStamp), [1, 1, 1, 1]);
 |