Skip to content

Commit

Permalink
Fix typo in gradient option docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthSim committed Dec 25, 2023
1 parent b86feaa commit bf38a40
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/usage/processing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-3.19.x/usage/processing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-3.20.x/usage/processing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-3.21.x/usage/processing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bf38a40

Please sign in to comment.