Skip to content

Commit 424c798

Browse files
committed
Get glyph contours when stroking using a pattern
Fix issue #20513 (second part).
1 parent 430b8a9 commit 424c798

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/core/evaluator.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,6 +1039,7 @@ class PartialEvaluator {
10391039
if (
10401040
isAddToPathSet ||
10411041
state.fillColorSpace.name === "Pattern" ||
1042+
state.strokeColorSpace.name === "Pattern" ||
10421043
font.disableFontFace
10431044
) {
10441045
PartialEvaluator.buildFontPaths(

0 commit comments

Comments
 (0)