aboutsummaryrefslogtreecommitdiffstats
path: root/sources/pyside6/doc/extras/QtSvg.rst
diff options
context:
space:
mode:
Diffstat (limited to 'sources/pyside6/doc/extras/QtSvg.rst')
-rw-r--r--sources/pyside6/doc/extras/QtSvg.rst18
1 files changed, 17 insertions, 1 deletions
diff --git a/sources/pyside6/doc/extras/QtSvg.rst b/sources/pyside6/doc/extras/QtSvg.rst
index eae02c41e..d652841a6 100644
--- a/sources/pyside6/doc/extras/QtSvg.rst
+++ b/sources/pyside6/doc/extras/QtSvg.rst
@@ -1,5 +1,21 @@
-To include the definitions of the module's classes, use the following directive:
+Qt SVG provides functionality for handling SVG images.
+
+Scalable Vector Graphics (SVG) is an XML-based language for describing
+two-dimensional vector graphics. Qt provides classes for rendering and
+displaying SVG drawings in widgets and on other paint devices.
+
+
+Getting Started
+^^^^^^^^^^^^^^^
+
+To include the definitions of modules classes, use the following
+directive:
::
import PySide6.QtSvg
+
+Articles
+^^^^^^^^
+
+ * :ref:`Rendering SVG Files<Rendering-SVG-Files>` contains information about how to render SVG files