diff options
| author | Bryce Harrington <bryce@bryceharrington.org> | 2007-12-31 07:21:38 +0000 |
|---|---|---|
| committer | bryce <bryce@users.sourceforge.net> | 2007-12-31 07:21:38 +0000 |
| commit | ccd6ce42eccf1dc14189d3685c3bc3efe88e9839 (patch) | |
| tree | 182a94845284c72daa3c2aeecc171dad86886e50 | |
| parent | Applying patch from tbnorth to add a --query-all command to dump object (diff) | |
| download | inkscape-ccd6ce42eccf1dc14189d3685c3bc3efe88e9839.tar.gz inkscape-ccd6ce42eccf1dc14189d3685c3bc3efe88e9839.zip | |
Man page entry for --query-all option
(bzr r4344)
| -rw-r--r-- | inkscape.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/inkscape.pod b/inkscape.pod index 6edfb9f50..5d9c3d3f3 100644 --- a/inkscape.pod +++ b/inkscape.pod @@ -44,6 +44,7 @@ options: -Y, --query-y -W, --query-width -H, --query-height + -S, --query-all -x, --extension-directory @@ -282,6 +283,11 @@ Query the width of of the drawing or, if specified, of the object with --query-i Query the height of of the drawing or, if specified, of the object with --query-id. The returned value is in px (SVG user units). +=item B<-S>, B<--query-all> + +Prints a comma delimited listing of all objects in the SVG document with +IDs defined, along with their x, y, width, and height values. + =item B<--vacuum-defs> Remove all unused items from the <lt>defs<gt> section of the SVG file. If this |
