Skip to content

Commit dc45b51

Browse files
AASMA GUPTAAASMA GUPTA
authored andcommitted
Fix SVG rendering error in _setup_plot_projector
1 parent a1caf12 commit dc45b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2172,7 +2172,7 @@ def update_background(self, event):
21722172
# `release` can call a draw event even when `ignore` is True.
21732173
if not self.useblit:
21742174
return
2175-
# Skip blitting if we are saving to disk or if the backend doesn’t support it
2175+
# skip blitting if we are saving to disk or if the backend doesn’t support it
21762176
if getattr(self.canvas, "_is_saving", False):
21772177
return
21782178
if not hasattr(self.canvas, "copy_from_bbox"):

0 commit comments

Comments
 (0)