Fix Issue 450: restore Created-By comment
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1299 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
6bd66dda1d
commit
7c40486c39
|
@ -1673,12 +1673,6 @@ function svg_edit_setup() {
|
||||||
var paint = (picker == 'stroke' ? strokePaint : fillPaint);
|
var paint = (picker == 'stroke' ? strokePaint : fillPaint);
|
||||||
var title = (picker == 'stroke' ? 'Pick a Stroke Paint and Opacity' : 'Pick a Fill Paint and Opacity');
|
var title = (picker == 'stroke' ? 'Pick a Stroke Paint and Opacity' : 'Pick a Fill Paint and Opacity');
|
||||||
var was_none = false;
|
var was_none = false;
|
||||||
// if (paint.type == "none") {
|
|
||||||
// // if it was none, then set to solid white
|
|
||||||
// paint = new $.jGraduate.Paint({solidColor: 'ffffff'});
|
|
||||||
// was_none = true;
|
|
||||||
// }
|
|
||||||
console.dir(paint);
|
|
||||||
var pos = elem.position();
|
var pos = elem.position();
|
||||||
$("#color_picker")
|
$("#color_picker")
|
||||||
.draggable({cancel:'.jPicker_table,.jGraduate_lgPick'})
|
.draggable({cancel:'.jPicker_table,.jGraduate_lgPick'})
|
||||||
|
|
|
@ -911,7 +911,7 @@ function BatchCommand(text) {
|
||||||
// svgthumb.setAttributeNS(xlinkns, 'href', '#svgcontent');
|
// svgthumb.setAttributeNS(xlinkns, 'href', '#svgcontent');
|
||||||
// svgroot.appendChild(svgthumb);
|
// svgroot.appendChild(svgthumb);
|
||||||
|
|
||||||
});
|
})();
|
||||||
// z-ordered array of tuples containing layer names and <g> elements
|
// z-ordered array of tuples containing layer names and <g> elements
|
||||||
// the first layer is the one at the bottom of the rendering
|
// the first layer is the one at the bottom of the rendering
|
||||||
var all_layers = [],
|
var all_layers = [],
|
||||||
|
|
Loading…
Reference in New Issue