docs: add todo list

This commit is contained in:
chenshenhai 2021-06-08 13:55:08 +08:00
parent 93de32bea8
commit 27f6eec6b3
4 changed files with 42 additions and 36 deletions

View file

@ -1,31 +0,0 @@
# @idraw/core
- [x] Scale canvas
- [x] Scroll canvas
- [x] Render by requestAnimateFrame
- [x] Image load queue
- [] Input data by `any` type `core.initData/core.setData`
- Render data's elements
- Basic box
- [x] Border
- [x] Radius
- [] Gradient Color
- [x] Text
- [x] Text content
- [x] Font size
- [x] Font family
- [x] Font color
- Rect
- [x] Rect content
- Circle
- [] Rect content
- Image
- [x] Image content
- [x] SVG
- [x] SVG content
- [x] Drag elements
- [x] Move elements' index
- [x] Rotate elements
- [x] Transform elements's size
- [X] Loader update image/svg resource

View file

@ -1,5 +0,0 @@
# @idraw
- [] Export Picture
- [] Export source file
- [x] Undo action record

31
docs/todo/core.md Normal file
View file

@ -0,0 +1,31 @@
# @idraw/core
- *[x] Scale canvas
- *[x] Scroll canvas
- *[x] Render by requestAnimateFrame
- *[x] Image load queue
- *[] Input data by `any` type `core.initData/core.setData`
- Render data's elements
- Basic box
- *[x] Border
- *[x] Radius
- *[] Gradient Color
- *[x] Text
- *[x] Text content
- *[x] Font size
- *[x] Font family
- *[x] Font color
- Rect
- *[x] Rect content
- Circle
- *[] Rect content
- Image
- *[x] Image content
- *[x] SVG
- *[x] SVG content
- *[x] Drag elements
- *[x] Move elements' index
- *[x] Rotate elements
- *[x] Transform elements's size
- *[X] Loader update image/svg resource

11
docs/todo/idraw.md Normal file
View file

@ -0,0 +1,11 @@
# idraw
- Export
- *[] Export image
- *[] Source file
- Undo action record
- *[] Action records's stack
- *[] Return recors's count
- Redo action record
- *[] Action records's stack
- *[] Return recors's count