Bug 2231

Summary: colour attributes in <node /> tag without effect
Product: netanim Reporter: Beestre84
Component: animatorAssignee: John Abraham <john.abraham.in>
Status: NEW ---    
Severity: trivial CC: ns-bugs
Priority: P5    
Version: unspecified   
Hardware: PC   
OS: Linux   
Attachments: diff of animatormode.cpp

Description Beestre84 2015-11-27 14:24:53 UTC
Created attachment 2195 [details]
diff of animatormode.cpp

This one probably only comes up when abusing netanim, but it's trivial to fix, see attachment.

Adding the line animNode->setColor(addEvent->m_r, addEvent->m_g, addEvent->m_b); allows to set the node colour directly within the <node> tag. Previously, the colour was ignored.

Sorry for those small ones.