Added Openclipart support

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2844 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jon Phillips 2014-05-21 06:05:34 +00:00
parent bf8c5308f2
commit e9c8515caf
1 changed files with 7 additions and 1 deletions

View File

@ -32,7 +32,13 @@ svgEditor.addExtension("imagelib", function() {'use strict';
name: 'IAN Symbol Libraries',
url: 'http://ian.umces.edu/symbols/catalog/svgedit/album_chooser.php',
description: 'Free library of illustrations'
}
},
{
name: 'Openclipart',
url: 'http://openclipart.org/svgedit',
description: 'Share and Use Images. Over 50,000 Public Domain SVG Im
ages and Growing.'
}
];
function closeBrowser() {