Răsfoiți Sursa

Remove opacity in ShapePath

Maciek Jurczyk 5 ani în urmă
părinte
comite
55b733f634
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  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;