|
Bugzilla – Full Text Bug Listing |
| Summary: | colour attributes in <node /> tag without effect | ||
|---|---|---|---|
| Product: | netanim | Reporter: | Beestre84 |
| Component: | animator | Assignee: | 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 | ||
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.