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