Skip to content

Commit c3e9be3

Browse files
Docs update (fixup later)
1 parent 800b22d commit c3e9be3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/api-composite.md

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ and https://www.cairographics.org/operators/
4646
| [images[].input.text.dpi] | <code>number</code> | <code>72</code> | the resolution (size) at which to render the text. Does not take effect if `height` is specified. |
4747
| [images[].input.text.rgba] | <code>boolean</code> | <code>false</code> | set this to true to enable RGBA output. This is useful for colour emoji rendering, or support for Pango markup features like `<span foreground="red">Red!</span>`. |
4848
| [images[].input.text.spacing] | <code>number</code> | <code>0</code> | text line height in points. Will use the font line height if none is specified. |
49+
| [images[].autoOrient] | <code>Boolean</code> | <code>false</code> | set to true to use EXIF orientation data, if present, to orient the image. |
4950
| [images[].blend] | <code>String</code> | <code>&#x27;over&#x27;</code> | how to blend this image with the image below. |
5051
| [images[].gravity] | <code>String</code> | <code>&#x27;centre&#x27;</code> | gravity at which to place the overlay. |
5152
| [images[].top] | <code>Number</code> | | the pixel offset from the top edge. |

0 commit comments

Comments
 (0)