[librsvg: 31/35] rsvg-convert.1: Oops, add --top and --left to the list of all options




commit 6f6d555d81c3e7b14879a0b0854b9856b5fdb588
Author: Federico Mena Quintero <federico gnome org>
Date:   Thu Jun 17 13:40:53 2021 -0500

    rsvg-convert.1: Oops, add --top and --left to the list of all options
    
    Part-of: <https://gitlab.gnome.org/GNOME/librsvg/-/merge_requests/547>

 rsvg-convert.1 | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/rsvg-convert.1 b/rsvg-convert.1
index 73020e2d..55d72d41 100644
--- a/rsvg-convert.1
+++ b/rsvg-convert.1
@@ -508,11 +508,19 @@ Display what version of rsvg-convert you are running.
 .I "\-\-help"
 Display a summary of usage and options.
 
-.SS CHANGING THE OUTPUT SIZE
+.SS SIZE AND POSITION
 .TP
 .I "\-\-page-width length \-\-page-height length"
 Page size of the output document; both options must be used together.  The default is to use the image's
 width and height as modified by the options below.
+
+.TP
+.I "\-\-top length"
+Distance between top edge of the page and the rendered image.  Default is 0.
+.TP
+.I "\-\-left length"
+Distance between left edge of the page and the rendered image.  Default is 0.
+
 .TP
 .I "\-w \-\-width length"
 Width of the rendered image.  If unspecified, the natural width of the image is used


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