Pārlūkot izejas kodu

Remove opacity in ShapePath

Maciek Jurczyk 5 gadi atpakaļ
vecāks
revīzija
55b733f634
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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.type = 'ShapePath';
 
 
 	this.color = new Color();
 	this.color = new Color();
-	this.opacity = 1.0;
 
 
 	this.subPaths = [];
 	this.subPaths = [];
 	this.currentPath = null;
 	this.currentPath = null;