瀏覽代碼

Remove opacity in ShapePath

Maciek Jurczyk 5 年之前
父節點
當前提交
55b733f634
共有 1 個文件被更改,包括 0 次插入1 次删除
  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;