Felix Schütt

Results 190 comments of Felix Schütt

No, it's because of how window transparency works. This requires changes in winit - right now winit only allows a window to be 100% transparent or 100% opaque, it doesn't...

Yes, that's intentional (the four windows), that was done in order to test multi-window support. I know about the rendering problems, has to do with webrender not redrawing the full...

Could you please attach screenshots or gifs what exactly is wrong, because this issue is very hard to reproduce for anyone who's not running i3. This is likely a DPI...

The initial layout is wrong, the second screen is what you should actually see. This doesn't happen in release mode, I think, it only happens with hot-reloading, so I'm putting...

Thanks for trying it out. It is strange because technically if version 140 is supported, then 130 is supported, too, but macOS is a bit special, see: https://stackoverflow.com/questions/20264814/glsl-version-130-on-mac-os-x-causes-error - on...

@whmountains Could you try again (I just pushed an update), I think that at least the crash on SVG loading should be fixed now. I set the minimum version to...

Could you run any of the [webrender examples](https://github.com/servo/webrender/tree/master/examples)? What's weird to me is that it shows a black screen on startup - most webrender developers use macs themselves and the...

For reference, this is what you should see on startup: ![image](https://user-images.githubusercontent.com/12084016/42517774-ce010296-8460-11e8-8d07-787cff659aec.png)

A theory I have is that it is an updating bug. Meaning the contents do get drawn, but they never get swapped to the window. Try this: move this line:...

@whmountains Did it work?