mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-08-02 20:37:21 +02: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 (
|
if (
|
||||||
isAddToPathSet ||
|
isAddToPathSet ||
|
||||||
state.fillColorSpace.name === "Pattern" ||
|
state.fillColorSpace.name === "Pattern" ||
|
||||||
|
state.strokeColorSpace.name === "Pattern" ||
|
||||||
font.disableFontFace
|
font.disableFontFace
|
||||||
) {
|
) {
|
||||||
PartialEvaluator.buildFontPaths(
|
PartialEvaluator.buildFontPaths(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user