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

CSS renderer seems to be broken #157

Open
@arnuschky

Description

@arnuschky

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions