![]() |
|
Navigation |
Synopsis Define the position of a shadow.
Description Determines the positions of shadows. The shadow position can also be set for separate dimensions by hshadowPos and vshadowPos.
Note that:
Examples
box1 = box(shrink(0.5),shadow(true), shadowPos(50,50)); render(space(box1)); ![]()
Pitfalls Shadow is not taken into account for size computation
![]() |