diff options
author | fvogel <fvogelnew1@free.fr> | 2018-09-22 14:38:42 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2018-09-22 14:38:42 (GMT) |
commit | a6e11187e0005e79278bcc7f9192f11062dee7b0 (patch) | |
tree | 433ff09e9072e1e272fe0db4d0bc2826390689e2 /doc/photo.n | |
parent | 4e79eb4b84580b3f9a303174e2771e8a3ad0105c (diff) | |
download | tk-a6e11187e0005e79278bcc7f9192f11062dee7b0.zip tk-a6e11187e0005e79278bcc7f9192f11062dee7b0.tar.gz tk-a6e11187e0005e79278bcc7f9192f11062dee7b0.tar.bz2 |
Add some more info about the svgnano format in the photo.n man page
Diffstat (limited to 'doc/photo.n')
-rw-r--r-- | doc/photo.n | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/photo.n b/doc/photo.n index d84c33d..a904f6a 100644 --- a/doc/photo.n +++ b/doc/photo.n @@ -560,8 +560,8 @@ value is 96. \fIscaleValue\fR is used to scale the resulting image. The value must be greater than 0 and the default value is 1. \fIunitValue\fR is the unit of all coordinates in the SVG data. -Available units are px (default, coordinates in pixel), mm , cm and -in. +Available units are px (default, coordinates in pixel), pt (1/72 inch), +pc (12 pt), mm , cm and in. \fIxValue\fR and \fIyValue\fR are used to move the created image respectively in x-direction and y-direction. The default value is 0 for both. @@ -569,6 +569,10 @@ for both. The svgnano format supports a wide range of SVG features, but the full SVG standard is not available, for instance the 'text' feature is missing. +. +Currently only SVG images reading and conversion into (pixel-based +format) photos is supported: Tk does not (yet) support bundling photo +images in SVG vector graphics. .VE 8.6 .VS 8.7 .SH "COLOR FORMATS" |