Matt Karl

Results 405 comments of Matt Karl

Thanks, although I don't think we want to use two funding sponsors. I'd rather we only promote open collective.

Suggestion: it would be great if the protocols being used in `isUrl` could be made to be extensible for different environments or use-cases: ```ts utils.path.protocols = ['https', 'http', 'capacitor', 'tauri'];...

Line-height seems to not have been implemented in v8. We should fix this. Follow-up: separate TextStyle into TextLayout and TextAppearance objects and use them separately in BitmapFont/BitmapText.

@Riphal we are looking for a hero to implement it, if anyone's interested. I'll add a bounty to this issue if someone wants to pick up adding lineHeight to BitmapText.

@Riphal thank you for being willing to contribute. Do you have a reproduction for the fontWeight that we can use to validate a fix?

Thanks for that reproduction. There are two ways to use BitmapText. 1. Easiest way is to set style directly on the BitmapText using a built-in font family name like "Arial",...

I can reproduce this behavior in Safari. I was able to workaround this by disabling workers for texture loading: ```ts import { loadTextures } from "pixi.js"; loadTextures.config.preferWorkers = false; ```...

Maybe you should file a bug with pixi-stats if that is the case?

Published the latest on main as 5.0.2. Does anyone here want to help take on the management of this project? Looking for volunteers.

We're reorganizing pixijs a little, thanks for pointing this out. I have updated the links in the readme.