diff options
| -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 |
