8000 hatch fill for pdf backend · matplotlib/matplotlib@9ef3128 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9ef3128

Browse files
committed
hatch fill for pdf backend
1 parent f4346b5 commit 9ef3128

File tree

9 files changed

+2
-0
lines changed

9 files changed

+2
-0
lines changed

lib/matplotlib/backends/backend_pdf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1577,6 +1577,8 @@ def writeHatches(self):
15771577
Op.setrgb_nonstroke,
15781578
0, 0, sidelen, sidelen, Op.rectangle,
15791579
Op.fill)
1580+
self.output(stroke_rgb[0], stroke_rgb[1], stroke_rgb[2],
1581+
Op.setrgb_nonstroke)
15801582

15811583
self.output(lw, Op.setlinewidth)
15821584

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)
0