On a side note, I have added this code for shadow.

But the shadow is too dark. Is there a way to add semi-transparency to this?

<code>
part {
        name:          "shadow";
        mouse_events:  0;
        description {
                state:    "default" 0.0;
                rel1 {
                        relative: 0.0  0.0;
                        offset:   0    0;
                }
                rel2 {
                        relative: 1.0  1.0;
                        offset:   -1   -1;
                }
                image {
                        normal: "shadow.png";
                }
        }
}
</code>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to