mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-12 05:59:53 +02:00
Applications/Internet/Cyberia: Create background ctx and fill #ffffff when a new Renderer is created
This commit is contained in:
@@ -850,10 +850,7 @@ U0 @render_node_list(@html_dom_node* node, HtmlRenderer* renderer)
|
||||
}
|
||||
|
||||
if (!StrICmp(node->tagName, "body")) {
|
||||
renderer->background_ctx = NewContext2D(Display.Width(), Display.Height())->fill(@image_pixel_flip_rgb_bgr(node->backgroundColor));
|
||||
renderer->background_widget->ctx = renderer->background_ctx;
|
||||
renderer->background_widget->ctx->width = Display.Width();
|
||||
renderer->background_widget->ctx->height = Display.Height();
|
||||
renderer->background_ctx->fill(@image_pixel_flip_rgb_bgr(node->backgroundColor));
|
||||
}
|
||||
|
||||
if (!StrICmp(node->tagName, "form"))
|
||||
|
||||
Reference in New Issue
Block a user