Browse Source

circunferencias

Victor Luiz Domingues 5 years ago
parent
commit
c5fd51f12e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/components/circumference.js

+ 2 - 1
app/components/circumference.js

@@ -39,7 +39,8 @@ var circunference = (function() {
         fill: "transparent",
         fill: "transparent",
         stroke: "black",
         stroke: "black",
         strokeWidth: 1,
         strokeWidth: 1,
-        strokeScaleEnabled: false
+        strokeScaleEnabled: false,
+        draggable: true,
       });
       });
 
 
       layer.add(circle);
       layer.add(circle);