Egor Mozgovoy 3 rokov pred
rodič
commit
c4dd12bd41
1 zmenil súbory, kde vykonal 3 pridanie a 2 odobranie
  1. 3 2
      src/README.md

+ 3 - 2
src/README.md

@@ -10,7 +10,7 @@ Decouples the state of a document from the UI.
     - [x] Size constraining
     - [x] Size constraining
     - [x] Cloning
     - [x] Cloning
     - [ ] Periodic cleaning of empty chunks
     - [ ] Periodic cleaning of empty chunks
-    - [ ] ChunkPool multithreading support
+    - [x] ChunkPool multithreading support
     - [x] Dispose that returns borrowed chunks
     - [x] Dispose that returns borrowed chunks
     - [ ] Finalizers that return borrowed chunks
     - [ ] Finalizers that return borrowed chunks
     - [ ] GetLatestChunk resolution parameter
     - [ ] GetLatestChunk resolution parameter
@@ -30,6 +30,7 @@ Decouples the state of a document from the UI.
         - [ ] Draw pixels
         - [ ] Draw pixels
         - [ ] Translate everything
         - [ ] Translate everything
         - [x] Clear operation
         - [x] Clear operation
+        - [x] Clear region operation
         - [x] Resize canvas operation
         - [x] Resize canvas operation
         - [ ] Resize image operation?
         - [ ] Resize image operation?
         - [x] Raster clip operation
         - [x] Raster clip operation
@@ -144,4 +145,4 @@ A mockup UI with viewmodels used for testing
 
 
 ## How it all integrates together
 ## How it all integrates together
 
 
-![Diagram](/diagram.svg?raw=true&sanitize=true)
+![Diagram](/diagram.svg?raw=true&sanitize=true)