Matt Karl
Matt Karl
@dev7355608 could you provide a visual example of this?
What do you expect?
0xffffff and 16777215 are the same thing
0xffffff and 16777215 are different ways of expressing the same number. The former is base-16 and the latter is base-10. "#FFFFFF" is a string and not a number but represents...
We had a discussion about this [here](https://github.com/pixijs/pixi.js/issues/6884#issuecomment-693691966). I think it's the same issue. My workaround is [here](https://github.com/pixijs/pixi.js/issues/6884#issuecomment-694269249). Basically, rendering bitmap fonts using fillText on Context2D is not possible without anti-aliasing...
The format is pretty simple it comes in XML and TXT flavors. You can see our tests here for an examples: https://github.com/pixijs/pixi.js/tree/dev/packages/text-bitmap/test/resources Let us know if you come up with...
Preference would be downgrade while webdoc works on the issue.
Pinning in the package.json is okay to ~1.5.5, I'm not sure how long it will be fixed so make sure that's reflected in the dependencies is more helpful than just...
There's a slight problem with this approach and requiring npm >= 8.3.0 See this version bumping script: https://github.com/pixijs/pixijs/blob/dev/package.json#L34 We use a specific version of npm@7 to do the version bump...
I'm going to close this. I think we are ready for a new audit of dev since we've moved our v7 development there. Likely, we'll have a few more prereleases...