diff --git a/docs/features/core.md b/docs/features/core.md index 5118c6b..9cbb77b 100644 --- a/docs/features/core.md +++ b/docs/features/core.md @@ -4,16 +4,17 @@ - [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 - - [] Text - - [] Text content - - [] Font size - - [] Font family - - [] Font color + - [x] Text + - [x] Text content + - [x] Font size + - [x] Font family + - [x] Font color - Rect - [x] Rect content - Circle @@ -26,5 +27,5 @@ - [x] Move elements' index - [x] Rotate elements - [x] Transform elements's size -- [] Loader update image/svg resource -- [] Undo action record +- [X] Loader update image/svg resource + diff --git a/docs/features/idraw.md b/docs/features/idraw.md index 9a4c3d3..3b36807 100644 --- a/docs/features/idraw.md +++ b/docs/features/idraw.md @@ -1,6 +1,5 @@ # @idraw -- [] Dashboard render -- [] Input Data - [] Export Picture -- [] Export source file \ No newline at end of file +- [] Export source file +- [x] Undo action record \ No newline at end of file