mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-07-04 14:15:48 +02:00
Merge pull request #20515 from calixteman/issue20513_2
Get glyph contours when stroking using a pattern
This commit is contained in:
commit
eccbcbe5eb
@ -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