Browse Source

Improve introduction of 2D transforms

Removed the odd wording intended to imply that the document is discussing very low level details.
FeralBytes 7 years ago
parent
commit
b20983f30f
1 changed files with 3 additions and 4 deletions
  1. 3 4
      tutorials/2d/2d_transforms.rst

+ 3 - 4
tutorials/2d/2d_transforms.rst

@@ -6,10 +6,9 @@ Viewport and canvas transforms
 Introduction
 Introduction
 ------------
 ------------
 
 
-This tutorial is created after a topic that is a little dark for most
-users and explains all the 2D transforms going on for nodes from the
-moment they draw their content locally to the time they are drawn into
-the screen.
+This is an overview of the 2D transforms going on for nodes from the
+moment they draw their content locally to the time they are drawn onto
+the screen. This overview discusses very low level details of the engine.
 
 
 Canvas transform
 Canvas transform
 ----------------
 ----------------