Changeset 12663
- Timestamp:
- 02/23/08 16:58:15 (11 months ago)
- Files:
-
- 1 modified
-
dojox/trunk/gfx/vml.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/gfx/vml.js
r12655 r12663 45 45 s = []; 46 46 f = dojox.gfx.makeParameters(dojox.gfx.defaultLinearGradient, fill); 47 a = f.colors; 47 a = f.colors; 48 48 this.fillStyle = f; 49 49 dojo.forEach(a, function(v, i, a){ … … 138 138 // color object 139 139 this.fillStyle = dojox.gfx.normalizeColor(fill); 140 this.rawNode.fill.method = "any"; 141 this.rawNode.fill.type = "solid"; 140 142 this.rawNode.fillcolor = this.fillStyle.toHex(); 141 143 this.rawNode.fill.opacity = this.fillStyle.a;