From 629e0fed005ff0ed35077d33c216dd998b2830d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Vital?= <70104194+mugulmd@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:32:51 +0100 Subject: [PATCH] docs: fix typo in oiiotool's gradient fill argument (#4589) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Correct `botromright` typo in `oiiotool` documentation. Signed-off-by: Loïc Vital --- src/doc/oiiotool.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/doc/oiiotool.rst b/src/doc/oiiotool.rst index f004d67ff3..64d5ba121a 100644 --- a/src/doc/oiiotool.rst +++ b/src/doc/oiiotool.rst @@ -2306,7 +2306,7 @@ current top image. --pattern fill:top=0.1,0.1,0.1:bottom=0,0,0.5 640x480 3 --pattern fill:left=0.1,0.1,0.1:right=0,0.75,0 640x480 3 - --pattern fill:topleft=.1,.1,.1:topright=1,0,0:bottomleft=0,1,0:botromright=0,0,1 640x480 3 + --pattern fill:topleft=.1,.1,.1:topright=1,0,0:bottomleft=0,1,0:bottomright=0,0,1 640x480 3 .. image:: figures/gradient.jpg :width: 2.0in @@ -4021,7 +4021,7 @@ current top image. # four-corner interpolated gradient oiiotool --create 640x480 3 \ - -fill:topleft=.1,.1,.1:topright=1,0,0:bottomleft=0,1,0:botromright=0,0,1 \ + -fill:topleft=.1,.1,.1:topright=1,0,0:bottomleft=0,1,0:bottomright=0,0,1 \ 640x480 -o gradient.tif .. |textimg1| image:: figures/gradient.jpg