Skip to content

exception(Invalid offset/length when creating typed array) in ms edge browser #129

@a49594a

Description

@a49594a

Expected Behavior

var pixels = new Uint8Array(Math.floor(width * height * 4));

Actual Behavior

there is an exception: Invalid offset/length when creating typed array

RenderWebGL.js
_getConvexHullPointsForDrawable

var pixels = new Uint8Array(width * height * 4);

Steps to Reproduce

Operating System and Browser

windows10, ms edge browser

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions