Browse Source

Update readme

Equbuxu 3 years ago
parent
commit
13302b005e
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/README.md

+ 3 - 2
src/README.md

@@ -31,6 +31,7 @@ Decouples the state of a document from the UI.
         - [x] Rectangle
         - [x] Rectangle
         - [ ] Ellipse
         - [ ] Ellipse
         - [ ] Line
         - [ ] Line
+        - [x] Path
         - [ ] Draw pixels
         - [ ] Draw pixels
         - [x] Clear operation
         - [x] Clear operation
         - [x] Clear region operation
         - [x] Clear region operation
@@ -93,7 +94,8 @@ Decouples the state of a document from the UI.
         - [x] Rectangle
         - [x] Rectangle
         - [ ] Ellipse
         - [ ] Ellipse
         - [ ] Line
         - [ ] Line
-        - [ ] Pen
+        - [x] Path-based pen
+        - [ ] Regular pen
         - [ ] Pixel-perfect pen
         - [ ] Pixel-perfect pen
         - [ ] Eraser (same as pen?)
         - [ ] Eraser (same as pen?)
         - [ ] Fill
         - [ ] Fill
@@ -110,7 +112,6 @@ Decouples the state of a document from the UI.
         - [x] Lock transparency
         - [x] Lock transparency
         - [x] Create/Delete mask
         - [x] Create/Delete mask
         - [x] Enable/Disable mask
         - [x] Enable/Disable mask
-        - [ ] Link mask
         - [x] Apply mask
         - [x] Apply mask
 - ViewModel
 - ViewModel
     - [ ] Loading window when background thread is busy
     - [ ] Loading window when background thread is busy