gpu: Use opacity for border colors
We were computing the right colors, but forgot to use them.
This commit is contained in:
committed by
Benjamin Otte
parent
a0e9d93b4c
commit
ce7cc942e4
@@ -1900,7 +1900,7 @@ gsk_gpu_node_processor_add_border_node (GskGpuNodeProcessor *self,
|
||||
&self->offset,
|
||||
graphene_point_zero (),
|
||||
gsk_border_node_get_widths (node),
|
||||
gsk_border_node_get_colors (node));
|
||||
colors);
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
Reference in New Issue
Block a user