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

6 Bytes
Binary file not shown.
-148 Bytes
Binary file not shown.
-25 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-10 Bytes
Binary file not shown.
-47 Bytes
Binary file not shown.
-80 Bytes
Binary file not shown.
85 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)