From 627b7bd5d77ab4c54e434ca1f072ea3bec6d39d1 Mon Sep 17 00:00:00 2001 From: Cedric Ziel Date: Mon, 28 Aug 2017 13:24:01 +0200 Subject: [PATCH] Use more intuitive order of positions --- Resources/doc/filters/general.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/doc/filters/general.rst b/Resources/doc/filters/general.rst index c6815858e..e1a87d7e2 100644 --- a/Resources/doc/filters/general.rst +++ b/Resources/doc/filters/general.rst @@ -203,7 +203,7 @@ Watermark Options :strong:`position:` ``string`` Sets the position of the watermark on the input image. Valid values: ``topleft``, - ``top``, ``topright``, ``left``, ``centerright``, ``center``, ``centerleft``, ``right``, ``bottomleft``, ``bottom``, and + ``top``, ``topright``, ``left``, ``centerleft``, ``center``, ``centerright``, ``right``, ``bottomleft``, ``bottom``, and ``bottomright``. .. caution::