@@ -155,8 +155,8 @@ if not specified.
155155` downsample_passes= ` * PASS_NUMBERS*
156156: This specifies which (if any) passes to render with a smaller frame-buffer.
157157It is specified as a vector of pass numbers, with the first pass being ` 0 ` .
158- For example ` 1;2 ` would specify that the second and third pass. Default is
159- ` null ` , i.e., all passes will be rendered with a ` size ` frame-buffer.
158+ For example ` 1;2 ` would specify the second and third pass. Default is ` null ` ,
159+ i.e., all passes will be rendered with a ` size ` frame-buffer.
160160
161161` downsample= ` * DIVISOR*
162162: This specifies how much to reduce the size of the output frame-buffer for
@@ -254,13 +254,12 @@ which is implemented as a shader program. Each of these nodes, in common
254254with the default [ ` !shader ` program] ( #shader ) , accepts one or more child nodes
255255which will be composited together with the blend function controlled with
256256the ` composite ` attribute (default ` :over ` ). All of the filters also support
257- the standard shader ` gamma ` and ` alpha ` attributes .
257+ the standard shader ` alpha ` attribute .
258258
259259### ` !transform `
260260
261261Composites its input nodes and then scales, rotates and translates its output.
262- This is similar to the ` !translate ` node in ` !canvas ` and ` !canvas3d ` with the
263- exception that the order of operations is fixed: scale, rotate, translate. The
262+ This is similar to the ` !translate ` node in ` !canvas ` and ` !canvas3d ` . The
264263origin for all of these operations is the * centre* of the image.
265264
266265` scale= ` * SX* ` ; ` * SY*
@@ -278,6 +277,9 @@ Areas "outside" the transformed image will be transparent by default. This can
278277be controlled with the ` border ` and ` repeat ` attributes described above for
279278[ ` !shader ` ] ( #shader ) .
280279
280+ The order that the attributes are specified is important. Transforms are
281+ applied from the rightmost attribute (last) to the leftmost (first).
282+
281283### ` !vignette `
282284
283285A * very* simple vignette filter that (alpha-) fades out the edges of its output.
0 commit comments