layers icon indicating copy to clipboard operation
layers copied to clipboard

Separate the z-hierarchy of your scene tree from its canonical structure.

Results 48 layers issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Bumps [electron](https://github.com/electron/electron) from 13.6.6 to 15.5.5. Release notes Sourced from electron's releases. electron v15.5.5 Release Notes for v15.5.5 Other Changes Backported fix for CVE-2022-1482. #34040 Backported fix for CVE-2022-1483. #34009...

dependencies

how to use webpack pixi-layers

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.11. Commits e573aee 6.1.11 edb8e9a fix: perf regression on hot string munging path a9d9b05 chore(test): Avoid spurious failures packing node_modules/.cache 24b8bda fix(test): use posix path...

dependencies

Hey Ivan, this is a important issue that I've noticed for a while. So i take the time to show you this with a pixiplayground; if you have some time...

The InteractionManager's hitTest method calls processInteractive with the func parameter as null: ``` public hitTest(globalPoint: Point, root?: DisplayObject): DisplayObject { // clear the target for our hit test hitTestEvent.target =...

Seems like a typo this.applyRenderMixin**g** https://github.com/pixijs/pixi-layers/blob/d8a2d9dba0e1fdac3169bf35473725143360e6ff/src/DisplayMixin.ts#L118

I am trying to figure whats right way to import PIXI layers with PIXI. 1> **while importing the below way import * as PIXI from 'pixi.js'; window.PIXI = PIXI; import...