김주호
김주호
@lroal I use global styles with importing stylesheets in root Component (root.ce.vue) to avoid this problem. ```vue // v-bind things... like --configurable-size: v-bind("~~~") // maybe, use css variables declared in...
For developers looking to set a larger hitArea than visible ... Based on code @oushu1liangqi1 wroten. Use the odd and even arrays to create a 1. find the midpoint by...
in v8, we can attach event listener on graphics stroke with difference width like below ```ts const g = new Graphics() .moveTo(400, 300) .lineTo(600, 300) .lineTo(600, 400) .lineTo(400, 400) //...
I have a same issue on my private project. ```ts this.#pixiApp.renderer.background.color = "rgb(255,0,0)"; this.#pixiApp.renderer.background.alpha = 0.5; ``` background is applied without alpha.  ## Environment - pixi.js version: 7.4.0 -...
i have same problem
@shenghou90 i solve this by deleting nuget.config check this [link](https://stackoverflow.com/questions/68283730/error-nu1100-unable-to-resolve-microsoftofficecore-15-0-0-for-net5-0)
Would this change also be relevant for interactions in pixi that work in webworker? It would be nice to have events work even if pixi is running in webworker. I...
I have a similar issue about conflict with **vueDevtools**(v8.0.0) and **Storybook**(v9.1.2). > Current runtime info > - Ubuntu 24.04.3 LTS x86_64 > - node@24 > - [email protected] > - [email protected]...
On vue v3.5.22, similar error is occured but message is `Method Set.prototype.intersection called on incompatible receiver #` It can be reproduced with @sevenc-nanashi 's playground + vue v3.5.22. The workaround...