Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Labels:None
-
Number of attachments :
Description
Assigning an effect to a variable incorrectly assigns that effect to whichever node the variable is under.
group {
def effect = dropShadow()
// ...
}
Right now that dropShadow is incorrectly assigned to the entire group.