That was pretty simple to hack. But Lively still may need
morph.setOpacity().
ImageMorph.subclass("enhanced.ImageMorph", {
 initialize: function($super, rectangle, imagePath) {
         $super(rectangle, imagePath);

this.rawNode.style.setProperty('opacity', '0.2');
this.setFillOpacity(0.0);
}
});
_______________________________________________
General mailing list
[email protected]
http://livelykernel.sunlabs.com/mailman/listinfo/general

Reply via email to