diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-03-26 15:32:46 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-03-26 15:32:46 +0000 |
| commit | bbdf57787f005a6842f9ae56de41ee5ac83dc4de (patch) | |
| tree | a1a1929139667fb2bbf94b2d1177fca563942fb4 /inkscape.pod | |
| parent | Added --export-area-canvas (-C). (diff) | |
| download | inkscape-bbdf57787f005a6842f9ae56de41ee5ac83dc4de.tar.gz inkscape-bbdf57787f005a6842f9ae56de41ee5ac83dc4de.zip | |
better explanation of --export-area-canvas
(bzr r301)
Diffstat (limited to 'inkscape.pod')
| -rw-r--r-- | inkscape.pod | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/inkscape.pod b/inkscape.pod index 429b59817..a0f5f45a6 100644 --- a/inkscape.pod +++ b/inkscape.pod @@ -99,7 +99,8 @@ is the lower-left corner. =item B<-C>, B<--export-area-canvas> -In PNG export, exported area is the entire 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> @@ -150,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. -By default the exported area is the bounding box of the object. +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> |
