mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2026-01-05 03:20:08 +01:00
Fix overview text
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -117,9 +117,9 @@ 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 rendering an SVG image directly on to a
|
||||
wx.GraphicsContext using the GC's daring capabilities.
|
||||
wx.GraphicsContext using the GC's drawing capabilities.
|
||||
|
||||
</body></html>
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user