Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Cannot read property 'ctx' of null #77

Open
@atav32

Description

Repro: https://codepen.io/atav32/pen/jOrPzPK?editors=1010

Trying to run the example code from the docs page:

var style = {
  color: "#000",
  font: "70px Helvetica",
  align: "center",
  border: "2px solid gold"
};

origami(".canvas")
  .text("Nice!", 100, 100, style)
  .text("Really Nice!", 150, 150, style);

origami.draw();

But seeing a stacktrace:

Uncaught TypeError: Cannot read property 'ctx' of null
    at Function.u.draw (origami.js:156)
    at pen.js:13

Using https://cdnjs.cloudflare.com/ajax/libs/origamijs/0.5.0/origami.min.js

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