davidedc / livecodelab

a web based livecoding environment
http://livecodelab.net/
MIT License
328 stars 63 forks source link

"animationstyle motionblur" seems to do same as "paintover" #232

Closed davidedc closed 9 years ago

davidedc commented 10 years ago

(I think this is specific to newlang branch)

example:

background black animationStyle motionBlur rotate box

obtained: same behaviour as animationStyle paintOver

davidedc commented 10 years ago

P.S. animationStyle motionBlur is in bad state in both branches. This particular manifestation of broken-nes is specific to newlang branch, but in the other branch motionBlur doesn't work at all (I think it's a commented-out line).

davidedc commented 10 years ago

Ah also just spotted this fix https://github.com/rumblesan/livecodelab/commit/28b74c3d17a88f2c4f7e4f53fe4199c746f0cb1d

(Next time let's try to align the branches so that these fixes to get propagated. The "topical" stuff to be different - that I understand - but these non-topical fixes ideally can be propagated everywhere.)

rumblesan commented 10 years ago

part of the reason I want get all this merged into master is to prevent situations like this where we have fixes that don't get pulled across. I'll give this a look and try to get it all working

davidedc commented 9 years ago

indeed this has been closed