BrndBot / BrndBot_old

Main Source Code
0 stars 0 forks source link

Definition of drop shadow for blocks #28

Closed gmcgath closed 9 years ago

gmcgath commented 9 years ago

A block can have a drop shadow. The shadow falls outside the block's defining rectangle, below it and to the right. If opacity of less than 100% is defined for a block, the shadow block will show through.

In implementation, a block with a drop shadow will be two blocks, with the shadow block offset below and to the right by the specified number of pixels. Blur is meaningless in this case and will be ignored.