diff options
Diffstat (limited to 'html/en/drv/gdiplus.html')
-rw-r--r-- | html/en/drv/gdiplus.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/html/en/drv/gdiplus.html b/html/en/drv/gdiplus.html index e4a2810..f5b89f4 100644 --- a/html/en/drv/gdiplus.html +++ b/html/en/drv/gdiplus.html @@ -182,7 +182,8 @@ <ul> <li>"<b><font face="Courier">ROTATE</font></b>": allows the usage of 1 angle and 1 coordinate (x, y), that define a global rotation transformation centered in the specified coordinate. Use 1 real and 2 integer values inside a - string ("%g %d %d" = angle x y).</li> + string ("%g %d %d" = angle x y). Can not be set if a transformation + is already set.</li> </ul> <ul> <li><b><font face="Courier">"LINEGRADIENT": </font></b>defines a filled interior style that uses a line gradient |