Skip to content

clippingnode.js _initForCanvas don't return true #2436

@Chleba

Description

@Chleba

When rendering mode is set to canvas, clipping nodes is not having init method.
Method _initForCanvas need's to have - return true

_initForCanvas: function (stencil) {
    this._stencil = stencil;
    this.alphaThreshold = 1;
    this.inverted = false;
    return true;
},

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