File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -2264,9 +2264,7 @@ class CanvasGraphics {
2264
2264
const operatorList = font . charProcOperatorList [ glyph . operatorListId ] ;
2265
2265
if ( ! operatorList ) {
2266
2266
warn ( `Type3 character "${ glyph . operatorListId } " is not available.` ) ;
2267
- continue ;
2268
- }
2269
- if ( this . contentVisible ) {
2267
+ } else if ( this . contentVisible ) {
2270
2268
this . processingType3 = glyph ;
2271
2269
this . save ( ) ;
2272
2270
ctx . scale ( fontSize , fontSize ) ;
Original file line number Diff line number Diff line change 190
190
! issue4706.pdf
191
191
! rotation.pdf
192
192
! simpletype3font.pdf
193
+ ! Type3WordSpacing.pdf
193
194
! sizes.pdf
194
195
! javauninstall-7r.pdf
195
196
! file_url_link.pdf
Original file line number Diff line number Diff line change 2843
2843
"lastPage" : 1 ,
2844
2844
"type" : " eq"
2845
2845
},
2846
+ {
2847
+ "id" : " Type3WordSpacing" ,
2848
+ "file" : " pdfs/Type3WordSpacing.pdf" ,
2849
+ "md5" : " 8c75440e5b95cf521d186f862b404516" ,
2850
+ "link" : false ,
2851
+ "rounds" : 1 ,
2852
+ "type" : " eq"
2853
+ },
2846
2854
{
2847
2855
"id" : " issue13372" ,
2848
2856
"file" : " pdfs/issue13372.pdf" ,
You can’t perform that action at this time.
0 commit comments