Changeset 15165
- Timestamp:
- 09/07/08 20:28:14 (3 months ago)
- Location:
- dojox/trunk/gfx
- Files:
-
- 1 added
- 1 modified
- 1 moved
-
tests/test_group1.html (moved) (moved from dojox/trunk/gfx/tests/test_group.html)
-
tests/test_group2.html (added)
-
vml.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/gfx/vml.js
r15162 r15165 1006 1006 if(this != shape.getParent()){ 1007 1007 this.rawNode.appendChild(shape.rawNode); 1008 if(!shape.getParent()){ 1009 // reapply visual attributes 1010 shape.setFill(shape.getFill()); 1011 shape.setStroke(shape.getStroke()); 1012 } 1008 1013 //dojox.gfx.Group.superclass.add.apply(this, arguments); 1009 1014 //this.inherited(arguments);