File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2264,9 +2264,7 @@ class CanvasGraphics {
22642264 const operatorList = font . charProcOperatorList [ glyph . operatorListId ] ;
22652265 if ( ! operatorList ) {
22662266 warn ( `Type3 character "${ glyph . operatorListId } " is not available.` ) ;
2267- continue ;
2268- }
2269- if ( this . contentVisible ) {
2267+ } else if ( this . contentVisible ) {
22702268 this . processingType3 = glyph ;
22712269 this . save ( ) ;
22722270 ctx . scale ( fontSize , fontSize ) ;
Original file line number Diff line number Diff line change 190190! issue4706.pdf
191191! rotation.pdf
192192! simpletype3font.pdf
193+ ! Type3WordSpacing.pdf
193194! sizes.pdf
194195! javauninstall-7r.pdf
195196! file_url_link.pdf
Original file line number Diff line number Diff line change 28432843 "lastPage" : 1 ,
28442844 "type" : " eq"
28452845 },
2846+ {
2847+ "id" : " Type3WordSpacing" ,
2848+ "file" : " pdfs/Type3WordSpacing.pdf" ,
2849+ "md5" : " 8c75440e5b95cf521d186f862b404516" ,
2850+ "link" : false ,
2851+ "rounds" : 1 ,
2852+ "type" : " eq"
2853+ },
28462854 {
28472855 "id" : " issue13372" ,
28482856 "file" : " pdfs/issue13372.pdf" ,
You can’t perform that action at this time.
0 commit comments