Skip to content

Commit 69b304b

Browse files
committed
Remove old comment
1 parent 893a06e commit 69b304b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/render/path.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,6 @@ fn stroke(
129129
content.set_stroke_pattern(None, pattern_name.to_pdf_name());
130130
}
131131
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.
134132
set_opacity_gs(
135133
chunk,
136134
content,

0 commit comments

Comments
 (0)