From 7a2b8a54b9e637bc1ee3f13f567f1676089ef835 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Wed, 22 Sep 2021 07:21:26 -0400 Subject: graphics: path: Add flip-horizontal and flip-vertical procedures. --- doc/api.texi | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') diff --git a/doc/api.texi b/doc/api.texi index 75d8b37..3329025 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -2329,6 +2329,14 @@ Rotate @var{painter} by @var{angle} radians. Scale @var{painter} by the scalar @var{x}. @end deffn +@deffn {Procedure} horizontal-flip painter +Flip @var{painter} horizontally. +@end deffn + +@deffn {Procedure} vertical-flip painter +Flip @var{painter} vertically. +@end deffn + @deffn {Procedure} pad pad-x pad-y painter Add @var{pad-x} and @var{pad-y} amount of empty space around @var{painter}. -- cgit v1.2.3