Fix Issue 33: Gradient picker for fill/stroke. Also start to optimize suspendRedraw/unsuspend. Added vector image of logo.

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@346 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-07-30 22:45:59 +00:00
parent f987b37526
commit 05ff4be18f
20 changed files with 1452 additions and 92 deletions

View File

@@ -49,14 +49,6 @@ body {
cursor: pointer;
}
#svg_editor #fill_color {
background: url('images/none.png');
}
#svg_editor #stroke_color {
background: #000000;
}
#svg_editor div#palette {
float: left;
width: 6848px;
@@ -103,6 +95,7 @@ body {
/* TODO: fix this */
div.color_block {
background-image: url('images/none.png');
display: inline-block;
}
@@ -191,10 +184,6 @@ div.color_block {
padding: 2px;
}
#svg_editor #paint_picker {
display: none;
}
#svg_editor #color_picker {
position: absolute;
display: none;