Fix overview text

This commit is contained in:
Robin Dunn
2019-09-11 20:28:30 -07:00
parent b748ae8545
commit 3f07e0d98f
2 changed files with 3 additions and 3 deletions

View File

@@ -107,7 +107,7 @@ overview = """<html><body>
The wx.svg.SVGimage class provides the ability to load, parse and render
Scalable Vector Graphics (SVG) files. The advantage of SVG files is that
they can be used to create bitmaps of any size without loss of quality.
<p>
This sample demonstrates rasterizing an SVG image to wx.Bitmaps of various
sizes.