Skip to content

Commit

Permalink
docstring tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Dunn authored and RobinD42 committed Sep 4, 2019
1 parent 5e6a7b4 commit 4580d21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wx/svg/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ def OnPaint(self, event):
Note that not all GraphicsContext backends are created equal. Specifically, the
GDI+ backend (the default on Windows) simply can not support some features that
are commonly used in SVG images, such as applying transforms to gradients. The
Direct2D backend on Windows does much better, and the Cairo backend is very
good.
Direct2D backend on Windows does much better, and the Cairo backend on Windows
is also very good. The default backends on OSX and Linux do very good as well.
Example 2
---------
Expand Down

0 comments on commit 4580d21

Please sign in to comment.