[librsvg] Mention the ability to render a subset of the SVG



commit 7a3c3fb724f864edc83f63c4aa5c382153a65502
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Nov 21 07:50:32 2017 -0600

    Mention the ability to render a subset of the SVG

 doc/overview.xml |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/doc/overview.xml b/doc/overview.xml
index 5e7be49..c930d88 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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]