jmlee2k
jmlee2k
@aciccarello I've tried using the TS 2.0 module resolution (baseUrl in tsconfig.json). It works great when using the standalone compiler, but tsify doesn't seem to support the new TS branch...
We're seeing the same issue:  Test case: https://jmlee2k.github.io/pixi-font-dropshadow-test/ I'm not concerned with border "hole" in the middle of the "6", as I'm aware that PIXI uses the browser's font...
As I suspected, the same issue occurs in safari 15 on macos 12: 
@jonschlinkert - any updates?
This is yet another example of a small plugin which will minify the lib - I haven't tested it beyond my very simple use case. benefits: - it doesn't rely...
@rootwork - We're also moving from gulp.watch to using chokidar directly, and I can verify that executing gulp tasks works correctly, for example: ```js const compileAndBundle = gulp.series(compile,bundle); const cdr...
Sorry, I made a mess of this, I'll open a new PR.
@Zyie I believe we're running into the same issue, here's a basic reproduction: https://codesandbox.io/p/sandbox/pixi7-dynamic-button-f8vdr3 When you move the pointer over/out of the button, it works as expected, but when the...
@cakirlarc - yeah, I came to the same conclusion, but the weird part is that it changes depending on the browser and state of the cache - it works in...
Yeah, I didn't really think it was a problem, I just wanted to mention it in case anyone ran into it. Thanks!