forked from gwood1963/libdrawio
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
20 lines (16 loc) · 731 Bytes
/
TODO
File metadata and controls
20 lines (16 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
* add support for more shapes
* add entry to Shape enum in DRAWIOTypes.h
* update MXCell::getStyle to detect new shape type
* update MXCell::draw to draw new shape (get path/points)
* update MXCell::setEndPoints to attach edges to new shape properly
* add different connector types
* add more marker types for connectors
* add entry to MarkerType enum in DRAWIOTypes.h
* add detection to MXCell::getStyle
* add path to MXCell::getMarkerPath
* add viewbox to MXCell::getMarkerViewBox
* add more style properties
* add any necessary types to DRAWIOTypes.h
* add entry to DRAWIOStyle, setting default if necessary
* add detection to MXCell::getStyle
* update MXCell::setStyle to insert property styleProps