Create a base object for any shape
Closed this issue · 1 comments
Tanguylo commented
Shape / BaseObject / Artist / Trace / Drawing / Line
-
Attributs :
- edgeColor
- edgeStyle
- edgeWidth
- faceColor
- faceStyle
- path2D
- mouse colors : hoveredEdgeColor, clickedEdgeColor + idem face (TS)
- isHovered
- isClicked
- tooltip
-
Méthodes :
- updateColor
- buildPath (path creation in (0,0))
- drawPath (put path where it should be)
Tanguylo commented
Began with a Shape object