Update SVG-Edit
Version 2.5.1
This commit is contained in:
parent
8e57e97869
commit
113e0af736
10 changed files with 723 additions and 335 deletions
|
@ -110,7 +110,7 @@ svgEditor.addExtension("imagelib", function() {
|
|||
});
|
||||
|
||||
var back = $('<input type=button value="Show libraries">').appendTo(browser).click(function() {
|
||||
frame.hide();
|
||||
frame.attr('src', 'about:blank').hide();
|
||||
lib_opts.show();
|
||||
header.text(all_libs);
|
||||
}).css({
|
||||
|
@ -122,7 +122,7 @@ svgEditor.addExtension("imagelib", function() {
|
|||
$.each(img_libs, function(i, opts) {
|
||||
$('<li>').appendTo(lib_opts).text(opts.name).click(function() {
|
||||
frame.attr('src', opts.url).show();
|
||||
header.text(name);
|
||||
header.text(opts.name);
|
||||
lib_opts.hide();
|
||||
}).append('<span>' + opts.description + '</span>');
|
||||
});
|
||||
|
@ -153,7 +153,7 @@ svgEditor.addExtension("imagelib", function() {
|
|||
width: 100%;\
|
||||
height: 100%;\
|
||||
background-color: rgba(0, 0, 0, .5);\
|
||||
z-index: 4;\
|
||||
z-index: 5;\
|
||||
}\
|
||||
\
|
||||
#imgbrowse {\
|
||||
|
@ -183,6 +183,8 @@ svgEditor.addExtension("imagelib", function() {
|
|||
background: white;\
|
||||
margin: 0;\
|
||||
padding: 0;\
|
||||
}\
|
||||
#imgbrowse > ul {\
|
||||
overflow: auto;\
|
||||
}\
|
||||
#imgbrowse li {\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue