Browse Source

Update readme

Equbuxu 3 years ago
parent
commit
e6c3de8731
1 changed files with 3 additions and 4 deletions
  1. 3 4
      src/README.md

+ 3 - 4
src/README.md

@@ -22,14 +22,14 @@ Decouples the state of a document from the UI.
         - [ ] Write chunks to the hard drive?
         - [ ] Write chunks to the hard drive?
         - [ ] Compress chunks?
         - [ ] Compress chunks?
     - [x] Linear color space for blending
     - [x] Linear color space for blending
-    - [ ] Make low res chunks use smooth filtering
+    - [x] Make low res chunks use smooth filtering
     - [ ] Tests for everything related to the operation queueing
     - [ ] Tests for everything related to the operation queueing
     - Operations
     - Operations
         - [x] Support for paints with different blending (replace vs. alpha compose)
         - [x] Support for paints with different blending (replace vs. alpha compose)
         - [x] Image
         - [x] Image
         - [x] ChunkyImage
         - [x] ChunkyImage
         - [x] Rectangle
         - [x] Rectangle
-        - [ ] Ellipse
+        - [x] Ellipse
         - [x] Bresenham Line
         - [x] Bresenham Line
         - [x] Skia Line
         - [x] Skia Line
         - [x] Path
         - [x] Path
@@ -91,9 +91,8 @@ Decouples the state of a document from the UI.
         - [ ] Resize canvas (basic done, anchors left)
         - [ ] Resize canvas (basic done, anchors left)
         - [ ] Resize image
         - [ ] Resize image
         - [x] Paste image with transformation
         - [x] Paste image with transformation
-        - [ ] Draw image (for loading from file and such)
         - [x] Rectangle
         - [x] Rectangle
-        - [ ] Ellipse
+        - [x] Ellipse
         - [ ] Line
         - [ ] Line
         - [x] Path-based pen
         - [x] Path-based pen
         - [x] Regular pen
         - [x] Regular pen