Adding rectangle tool

This commit is contained in:
Vince
2012-09-02 13:19:20 +02:00
parent 4622cf67a7
commit 946444a16b
7 changed files with 141 additions and 3 deletions

View File

@@ -154,6 +154,10 @@ ul, li {
cursor: url(../img/tools/cursors/pen.png) 5 21, pointer;
}
.tool-rectangle .drawing-canvas-container:hover {
cursor: url(../img/tools/cursors/rectangle.png) 4 21, pointer;
}
/**
* Tool section:
@@ -211,6 +215,7 @@ ul, li {
width: 30px;
height: 30px;
border: 5px solid #fff;
background-color: #fff
}
.tool-icon:hover {
@@ -243,6 +248,10 @@ ul, li {
background: #fff url(../img/tools/icons/stroke.png) 3px 3px no-repeat;
}
.tool-icon.tool-rectangle {
background: #fff url(../img/tools/icons/rectangle.png) 3px 3px no-repeat;
}
#preview-fps {
width : 200px;
}