[latex3-commits] [l3svn] 03/05: Correctly document rectangle function [ci skip]
noreply at latex-project.org
noreply at latex-project.org
Wed May 18 22:55:46 CEST 2016
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 44299e062b8a89b91d52975aafd5013ef0a791da
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed May 18 20:51:55 2016 +0100
Correctly document rectangle function [ci skip]
---
l3kernel/l3drivers.dtx | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/l3kernel/l3drivers.dtx b/l3kernel/l3drivers.dtx
index b55b514..2bc6601 100755
--- a/l3kernel/l3drivers.dtx
+++ b/l3kernel/l3drivers.dtx
@@ -234,14 +234,12 @@
%
% \begin{function}{\__driver_draw_rectangle:nnnn}
% \begin{syntax}
-% \cs{__driver_draw_rectangle:nnnn} \Arg{x_1} \Arg{y_1} \Arg{x_2} \Arg{y_2}
+% \cs{__driver_draw_rectangle:nnnn} \Arg{x} \Arg{y} \Arg{width} \Arg{height}
% \end{syntax}
-% Adds rectangular path from (\meta{x_1}, \meta{y_1}) to
-% (\meta{x_2}, \meta{y_2}); any active transformation
-% matrix will apply. Note that nothing is drawn until a fill or stroke
-% operation is applied, and that the path may be discarded or used as a clip
-% without appearing itself. The drawing cursor will be at
-% (\meta{x_2}, \meta{y_2}) once the rectangle is constructed.
+% Adds rectangular path from (\meta{x_1}, \meta{y_1}) of \meta{height}
+% and \meta{width}; any active transformation matrix will apply. Note that
+% nothing is drawn until a fill or stroke operation is applied, and that the
+% path may be discarded or used as a clip without appearing itself.
% \end{function}
%
% \begin{function}{\__driver_draw_closepath:}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list