Explorar o código

Remove opacity in ShapePath

Maciek Jurczyk %!s(int64=5) %!d(string=hai) anos
pai
achega
55b733f634
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/extras/core/ShapePath.js

+ 0 - 1
src/extras/core/ShapePath.js

@@ -13,7 +13,6 @@ function ShapePath() {
 	this.type = 'ShapePath';
 
 	this.color = new Color();
-	this.opacity = 1.0;
 
 	this.subPaths = [];
 	this.currentPath = null;