Skip to content

Drawing canvas on canvas doesn't work #40

@OzymandiasTheGreat

Description

@OzymandiasTheGreat

✔ Getting NativeScript components versions information...
✔ Component nativescript has 8.0.2 version and is up to date.
⚠ Update available for component @nativescript/core. Your current version is 8.0.7 and the latest available version is 8.0.8.
✖ Component @nativescript/ios is not installed.
✔ Component @nativescript/android has 8.0.0 version and is up to date.

If I create a second canvas with createCustomView(), draw something on them, and then try to draw them into the first canvas with ctx.drawImage(innerCanvas, 0, 0) nothing is drawn.
There are no errors, simply the image doesn't appear.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions