From 8962acee5f231493aa63475f944eca880b7bda91 Mon Sep 17 00:00:00 2001 From: Alvin Wong Date: Fri, 22 Oct 2021 16:32:45 +0800 Subject: [PATCH] Update tools/rectangle.rst - Remove nonexistent "Anti-aliasing" option - Rearrange items to match UI - Add "Size" subheading - Add "Brush (Background Color)" outline option - Fix descriptions to not reference "selection" --- reference_manual/tools/rectangle.rst | 47 ++++++++++++++-------------- 1 file changed, 24 insertions(+), 23 deletions(-) diff --git a/reference_manual/tools/rectangle.rst b/reference_manual/tools/rectangle.rst index a6b4330ad9..ad6486cac2 100644 --- a/reference_manual/tools/rectangle.rst +++ b/reference_manual/tools/rectangle.rst @@ -48,17 +48,6 @@ Background color Pattern The rectangle will use the active pattern as fill. -Pattern Transform - - .. versionadded:: 4.4 - - This enables upon using pattern as the fill, and has options for changing the pattern transformation a little. - - Rotation - This allows you to rotate the pattern used in the fill. - Scale - This allows you to scale the pattern used in the fill. - Outline ~~~~~~~ @@ -66,25 +55,37 @@ No Outline The Rectangle will render without outline. Brush The Rectangle will use the current selected brush to outline. +Brush (Background Color) + The Rectangle will use the current selected brush with the current background color to outline. .. note:: On vector layers, the rectangle will not render with a brush outline, but rather a vector outline. -Anti-aliasing - This toggles whether or not to give selections feathered edges. Some people prefer hard-jagged edges for their selections. +Pattern Transform +~~~~~~~~~~~~~~~~~ + +.. versionadded:: 4.4 + +This enables upon using pattern as the fill, and has options for changing the pattern transformation a little. + +Rotation + This allows you to rotate the pattern used in the fill. +Scale + This allows you to scale the pattern used in the fill. + +Size +~~~~ + Width - Gives the current width. Use the lock to force the next selection made to this width. + Gives the current width. Use the lock to force the next rectangle made to this width. Height - Gives the current height. Use the lock to force the next selection made to this height. + Gives the current height. Use the lock to force the next rectangle made to this height. Ratio .. versionadded:: 4.2 - Gives the current ratio. Use the lock to force the next selection made to this ratio. - - Round X - - The horizontal radius of the rectangle corners. - - Round Y + Gives the current ratio. Use the lock to force the next rectangle made to this ratio. - The vertical radius of the rectangle corners. +Round X + The horizontal radius of the rectangle corners. +Round Y + The vertical radius of the rectangle corners. -- GitLab