Skip to content

Commit

Permalink
feat(example): add frame
Browse files Browse the repository at this point in the history
  • Loading branch information
philippfromme committed May 2, 2019
1 parent df47d43 commit 2f7a135
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions example/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,15 @@ var shape3 = elementFactory.createShape({

canvas.addShape(shape3, root);

var shape4 = elementFactory.createShape({
x: 500,
y: 200,
width: 300,
height: 150,
isFrame: true
});

canvas.addShape(shape4, root);


selection.select(shape3);

0 comments on commit 2f7a135

Please sign in to comment.