mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 01:11:12 +02:00
fix transparency
This commit is contained in:
@@ -1544,8 +1544,8 @@ void nsvgRasterizeFull(NSVGrasterizer* r,
|
||||
if (r->scanline == NULL) return;
|
||||
}
|
||||
|
||||
// for (i = 0; i < h; i++)
|
||||
// memset(&dst[i*stride], 0, w*4);
|
||||
for (i = 0; i < h; i++)
|
||||
memset(&dst[i*stride], 0, w*4);
|
||||
|
||||
for (shape = image->shapes; shape != NULL; shape = shape->next)
|
||||
{
|
||||
|
Reference in New Issue
Block a user