mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-02-08 00:21:11 +01:00
Get glyph contours when stroking using a pattern
Fix issue #20513 (second part).
This commit is contained in:
parent
430b8a9e90
commit
424c7989aa
@ -1039,6 +1039,7 @@ class PartialEvaluator {
|
||||
if (
|
||||
isAddToPathSet ||
|
||||
state.fillColorSpace.name === "Pattern" ||
|
||||
state.strokeColorSpace.name === "Pattern" ||
|
||||
font.disableFontFace
|
||||
) {
|
||||
PartialEvaluator.buildFontPaths(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user