Update extensions for new SVG-Edit API
This commit is contained in:
parent
9636cab11e
commit
c946c331e1
5 changed files with 5 additions and 15 deletions
|
@ -8,8 +8,7 @@
|
|||
*
|
||||
*/
|
||||
|
||||
$(function() {
|
||||
svgCanvas.addExtension("foreignObject", function(S) {
|
||||
svgEditor.addExtension("foreignObject", function(S) {
|
||||
var svgcontent = S.svgcontent,
|
||||
addElem = S.addSvgElementFromJson,
|
||||
selElems,
|
||||
|
@ -275,5 +274,4 @@ $(function() {
|
|||
var elem = opts.elems[0];
|
||||
}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue