Code

init matrix variable, removes compiler warnings
[inkscape.git] / inkscape.pod
index 6d101b997fc3ce705e9b70084eb440a7f4a90166..a0f5f45a66786c7aae26d64ed0de4bff12e551d7 100644 (file)
@@ -18,6 +18,7 @@ options:
 
     -e, --export-png=FILENAME         
     -a, --export-area=x0:y0:x1:y1     
+    -C, --export-area-canvas
     -D, --export-area-drawing
         --export-area-snap
     -i, --export-id=ID     
@@ -96,6 +97,11 @@ In PNG export, set the exported area in SVG user units (anonymous length units n
 in Inkscape SVG).  The default is to export the entire document canvas.  The point (0,0)
 is the lower-left corner.
 
+=item B<-C>, B<--export-area-canvas>
+
+In PNG export, exported area is the entire canvas (page). Usually this is the default, so you
+don't need to specify this unless you are using --export-id to export a specific object.
+
 =item B<-D>, B<--export-area-drawing>
 
 In PNG export, exported area is the entire drawing (not canvas), i.e. the bounding box
@@ -145,8 +151,9 @@ This value overrides the --export-dpi setting (or the DPI hint if used with --ex
 
 =item B<-i> I<ID>, B<--export-id>=I<ID>
 
-The id attribute value of the object that you want to export from the document.
-Exported is the bounding box of the object, so with this option, --export-area is ignored. 
+The id attribute value of the object that you want to export from the document.  By
+default the exported area is the bounding box of the object; you can override this using
+--export-area, --export-area-canvas, or --export-area-drawing.
 
 =item B<-j>, B<--export-id-only>