diff options
Diffstat (limited to 'doc/overview.xml')
-rw-r--r-- | doc/overview.xml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/overview.xml b/doc/overview.xml index 5e7be492..c930d887 100644 --- a/doc/overview.xml +++ b/doc/overview.xml @@ -29,9 +29,12 @@ <title>Rendering</title> <para> - Once you have a loaded RsvgHandle, you can render it to a Cairo - context any number of times, or to different Cairo contexts, as - needed. + Once you have an SVG image loaded into an RsvgHandle, you can + render it to a Cairo context any number of times, or to + different Cairo contexts, as needed. As a convenience, you can + pick a single element in the SVG by its "id" attribute and + render only that element; this is so that sub-elements can be + extracted conveniently out of a larger SVG. </para> </formalpara> </chapter> |