Browse Source

Update README.md

Egor Mozgovoy 3 years ago
parent
commit
722a029ea3
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/README.md

+ 4 - 2
src/README.md

@@ -101,8 +101,8 @@ Decouples the state of a document from the UI.
     - [ ] Action filtering
     - [x] Viewport movement as an action
     - [x] Integrate viewport from PixiEditor
-    - [ ] Rotate viewport
-    - [ ] Flip viewport
+    - [x] Rotate viewport
+    - [x] Flip viewport
 - Not sure
     - [ ] Pipette tool
 
@@ -147,4 +147,6 @@ A mockup UI with viewmodels used for testing
 
 ## How it all integrates together
 
+Solid lines denote control flow (A -> B means A calls B); Dashed lines denote data flow (A -> B means B accesses data stored in A)
+
 ![Diagram](/diagram.svg?raw=true&sanitize=true)