ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/perl/background
(Generate patch)

Comparing rxvt-unicode/src/perl/background (file contents):
Revision 1.77 by root, Tue Sep 4 11:21:11 2012 UTC vs.
Revision 1.78 by root, Tue Sep 4 11:24:24 2012 UTC

613Clips an image to the given rectangle. If the rectangle is outside the 613Clips an image to the given rectangle. If the rectangle is outside the
614image area (e.g. when C<$x> or C<$y> are negative) or the rectangle is 614image area (e.g. when C<$x> or C<$y> are negative) or the rectangle is
615larger than the image, then the tiling mode defines how the extra pixels 615larger than the image, then the tiling mode defines how the extra pixels
616will be filled. 616will be filled.
617 617
618If C<$x> an C<$y> are missing, then C<0> is assumed for both. 618If C<$x> and C<$y> are missing, then C<0> is assumed for both.
619 619
620If C<$width> and C<$height> are missing, then the window size will be 620If C<$width> and C<$height> are missing, then the window size will be
621assumed. 621assumed.
622 622
623Example: load an image, blur it, and clip it to the window size to save 623Example: load an image, blur it, and clip it to the window size to save

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines