Explorar el Código

circunferencias

Victor Luiz Domingues hace 5 años
padre
commit
c5fd51f12e
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      app/components/circumference.js

+ 2 - 1
app/components/circumference.js

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