implement basic paint canvas
This commit is contained in:
@@ -322,7 +322,7 @@
|
||||
</border>
|
||||
<!-- toolbar -->
|
||||
<border id="toolbar" height="50" width="100%" pad="5" dir="row" color=".2">
|
||||
<button id="btn-close" width="50" height="100%" margin="0 5 0 0" text="Close"/>
|
||||
<button id="btn-close" width="50" height="100%" margin="0 5 0 0" text="Clear"/>
|
||||
<button id="btn-popup" width="50" height="100%" margin="0 5 0 0" text="Popup"/>
|
||||
<ref id="multi-button"/>
|
||||
<border width="50" margin="0 5 0 0" color=".1" thickness="1" border-color=".5" justify="center" align="center">
|
||||
@@ -394,7 +394,7 @@
|
||||
</node>
|
||||
<!-- content panel -->
|
||||
<node grow="1" color=".1" pad="10">
|
||||
<canvas grow="1"/>
|
||||
<canvas id="paint-canvas" grow="1"/>
|
||||
</node>
|
||||
</node>
|
||||
<!-- status bar -->
|
||||
|
||||
Reference in New Issue
Block a user