Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2cfa1c1

Browse filesBrowse files
authored
Merge pull request #15064 from mksegv/fix-macos-preview-eps-hatching
FIX: eps hatching in MacOS Preview
2 parents 5f40aba + 53cdcba commit 2cfa1c1
Copy full SHA for 2cfa1c1

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎lib/matplotlib/backends/backend_ps.py

Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_ps.py
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,9 @@ def create_hatch(self, hatch):
313313
{linewidth:f} setlinewidth
314314
{self._convert_path(
315315
Path.hatch(hatch), Affine2D().scale(sidelen), simplify=False)}
316+
gsave
316317
fill
318+
grestore
317319
stroke
318320
}} bind
319321
>>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.