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
|
@ -13,8 +13,7 @@
|
|||
user the point on the canvas that was clicked on.
|
||||
*/
|
||||
|
||||
$(function() {
|
||||
svgCanvas.addExtension("Hello World", function() {
|
||||
svgEditor.addExtension("Hello World", function() {
|
||||
|
||||
return {
|
||||
name: "Hello World",
|
||||
|
@ -75,6 +74,5 @@ $(function() {
|
|||
}
|
||||
}
|
||||
};
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue