From bf38a409f19abb510c5f4a26015e69a4557635c8 Mon Sep 17 00:00:00 2001 From: DarthSim Date: Mon, 25 Dec 2023 20:14:06 +0300 Subject: [PATCH] Fix typo in `gradient` option docs --- docs/usage/processing.mdx | 4 ++-- versioned_docs/version-3.19.x/usage/processing.mdx | 4 ++-- versioned_docs/version-3.20.x/usage/processing.mdx | 4 ++-- versioned_docs/version-3.21.x/usage/processing.mdx | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/usage/processing.mdx b/docs/usage/processing.mdx index e306d5a..c3cf899 100644 --- a/docs/usage/processing.mdx +++ b/docs/usage/processing.mdx @@ -468,8 +468,8 @@ When `draw` is set to `1`, `t` or `true`, imgproxy [detects objects](../features ### Gradient ((pro)) {#gradient} ```imgproxy_url_option -gradient:%opacity:%color:%direction:%start%stop -gr:%opacity:%color:%direction:%start%stop +gradient:%opacity:%color:%direction:%start:%stop +gr:%opacity:%color:%direction:%start:%stop ``` Places a gradient on the processed image. The placed gradient transitions from transparency to the specified color. diff --git a/versioned_docs/version-3.19.x/usage/processing.mdx b/versioned_docs/version-3.19.x/usage/processing.mdx index 47777e6..010d989 100644 --- a/versioned_docs/version-3.19.x/usage/processing.mdx +++ b/versioned_docs/version-3.19.x/usage/processing.mdx @@ -466,8 +466,8 @@ When `draw` is set to `1`, `t` or `true`, imgproxy [detects objects](../features ### Gradient ((pro)) {#gradient} ```imgproxy_url_option -gradient:%opacity:%color:%direction:%start%stop -gr:%opacity:%color:%direction:%start%stop +gradient:%opacity:%color:%direction:%start:%stop +gr:%opacity:%color:%direction:%start:%stop ``` Places a gradient on the processed image. The placed gradient transitions from transparency to the specified color. diff --git a/versioned_docs/version-3.20.x/usage/processing.mdx b/versioned_docs/version-3.20.x/usage/processing.mdx index 47777e6..010d989 100644 --- a/versioned_docs/version-3.20.x/usage/processing.mdx +++ b/versioned_docs/version-3.20.x/usage/processing.mdx @@ -466,8 +466,8 @@ When `draw` is set to `1`, `t` or `true`, imgproxy [detects objects](../features ### Gradient ((pro)) {#gradient} ```imgproxy_url_option -gradient:%opacity:%color:%direction:%start%stop -gr:%opacity:%color:%direction:%start%stop +gradient:%opacity:%color:%direction:%start:%stop +gr:%opacity:%color:%direction:%start:%stop ``` Places a gradient on the processed image. The placed gradient transitions from transparency to the specified color. diff --git a/versioned_docs/version-3.21.x/usage/processing.mdx b/versioned_docs/version-3.21.x/usage/processing.mdx index 4196de4..1912953 100644 --- a/versioned_docs/version-3.21.x/usage/processing.mdx +++ b/versioned_docs/version-3.21.x/usage/processing.mdx @@ -466,8 +466,8 @@ When `draw` is set to `1`, `t` or `true`, imgproxy [detects objects](../features ### Gradient ((pro)) {#gradient} ```imgproxy_url_option -gradient:%opacity:%color:%direction:%start%stop -gr:%opacity:%color:%direction:%start%stop +gradient:%opacity:%color:%direction:%start:%stop +gr:%opacity:%color:%direction:%start:%stop ``` Places a gradient on the processed image. The placed gradient transitions from transparency to the specified color.