snapshot, gsktransform: Mention that rotation happens around (0, 0)
authorSergey Bugaev <bugaevc@gmail.com>
Wed, 23 Aug 2023 15:13:16 +0000 (18:13 +0300)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 19 Sep 2023 19:16:38 +0000 (15:16 -0400)
commit6171070153eb00709e77a0e07d59b11163343ded
tree029783a51f9550b0cbe2703138d1a358617cbf54
parent7e931fca41116844f04b90c4b2d049f61948d633
snapshot, gsktransform: Mention that rotation happens around (0, 0)

...and not around the center of the render node, as one could expect
given that the render node syntax for rotation, transform: rotate(90);,
happens to match the CSS syntax for the same thing, and CSS does rotate
around the center by default.

Signed-off-by: Sergey Bugaev <bugaevc@gmail.com>
gsk/gsktransform.c
gtk/gtksnapshot.c