Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

CSS renderer seems to be broken #157

Open
arnuschky opened this issue Oct 7, 2013 · 0 comments
Open

CSS renderer seems to be broken #157

arnuschky opened this issue Oct 7, 2013 · 0 comments

Comments

@arnuschky
Copy link

When running a quick test, two issues appeared:

Line 23428 of caat-css.js:

                    c.timerManager.checkTimers(tt);
                    c.timerManager.removeExpiredTimers();

c is undefined.

Line 25026 of same file:

               var ctx= CAAT.currentDirector.ctx;
               ctx.save();

ctx is undefined

This for commit 8608c93c73e (master head as of 2 July)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant