mirror of
https://github.com/idrawjs/idraw
synced 2026-05-24 01:58:27 +00:00
docs: update todo list
This commit is contained in:
parent
42f013d24e
commit
b3bbe688dc
1 changed files with 12 additions and 4 deletions
|
|
@ -1,10 +1,20 @@
|
|||
# @idraw/core
|
||||
|
||||
* [] Change idraw.selectElementByUUID to idraw.selectElementByIndex
|
||||
* [] Change idraw.selectElement use uuid arg
|
||||
* [] make idraw.draw() private
|
||||
* [] remove idraw.initData()
|
||||
* [] make idraw.pointScreenToContext() and idraw.pointContextToScreen() private
|
||||
* Support Element's render
|
||||
* Circle
|
||||
* [] Render content
|
||||
* Text
|
||||
* [] Desc backgroundColor
|
||||
* HTML
|
||||
* [] Render content
|
||||
* [] Support gradient color
|
||||
* [] Listen keyboard action
|
||||
* [] Keep all num two decimals
|
||||
* [x] Change idraw.selectElementByUUID to idraw.selectElementByIndex
|
||||
* [x] Change idraw.selectElement use uuid arg
|
||||
* [x] License text in JS result
|
||||
* [x] Options default data
|
||||
* [x] BUG: Select area calculate elements error
|
||||
|
|
@ -39,8 +49,6 @@
|
|||
* [x] Font color
|
||||
* Rect
|
||||
* [x] Rect content
|
||||
* Circle
|
||||
* [] Rect content
|
||||
* Image
|
||||
* [x] Image content
|
||||
* [x] SVG
|
||||
|
|
|
|||
Loading…
Reference in a new issue