From e2d3e0ba9689af9adae0f01ed38dda6bb03f2b4f Mon Sep 17 00:00:00 2001 From: Chase Colman <5411+chase@users.noreply.github.com> Date: Tue, 25 Jun 2024 00:59:06 +0800 Subject: [PATCH] Fix composition example in Graphics Protocol The example is missing `a=c` but it has the remaining parameters. --- docs/graphics-protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/graphics-protocol.rst b/docs/graphics-protocol.rst index 5c1912993..69767d7d9 100644 --- a/docs/graphics-protocol.rst +++ b/docs/graphics-protocol.rst @@ -953,7 +953,7 @@ by the ``C`` key with the default being to alpha blend the source rectangle onto the destination rectangle. With ``C=1`` it will be a simple replacement of pixels. For example:: - _Gi=1,r=7,c=9,w=23,h=27,X=4,Y=8,x=1,y=3\ + _Ga=c,i=1,r=7,c=9,w=23,h=27,X=4,Y=8,x=1,y=3\ Will compose a ``23x27`` rectangle located at ``(4, 8)`` in the ``7th frame`` onto the rectangle located at ``(1, 3)`` in the ``9th frame``. These will be