From 56c90f8605f9de44844e1f9390a626c1d55330fd Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Thu, 2 Apr 2015 16:59:06 -0300 Subject: [PATCH] Updated tutorial_canvas_transforms (markdown) --- tutorial_canvas_transforms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial_canvas_transforms.md b/tutorial_canvas_transforms.md index 837d05a..c4265cc 100644 --- a/tutorial_canvas_transforms.md +++ b/tutorial_canvas_transforms.md @@ -24,7 +24,7 @@ Input events received in the [Node._input_event(ev)](class_node#_input_event) ca For a coordinate in CanvasItem local properties to become an actual screen coordinate, the following chain of transforms must be applied: -

+

### Transform Functions