We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893a06e commit 69b304bCopy full SHA for 69b304b
1 file changed
src/render/path.rs
@@ -129,8 +129,6 @@ fn stroke(
129
content.set_stroke_pattern(None, pattern_name.to_pdf_name());
130
}
131
Paint::LinearGradient(_) | Paint::RadialGradient(_) => {
132
- // In XPDF, the opacity will only be applied to the gradient if we also set the
133
- // fill opacity. Unfortunately, in muPDF it still doesn't work.
134
set_opacity_gs(
135
chunk,
136
content,
0 commit comments