-
Notifications
You must be signed in to change notification settings - Fork 21
lasso
Karl edited this page Nov 13, 2017
·
6 revisions
Style the lasso. Must be an object of valid CSS properties and values.
Set to false
to disable the lasso.
new Selectable({
lasso: {
border: "2px dashed rgba(219, 10, 91, 1)",
borderRadius: "20px",
backgroundColor: "rgba(219, 10, 91, 0.4)"
}
});