mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
fix transparency
Origin commit data
------------------
Branch: ni/coolstream
Commit: 49f03fdc2b
Author: TangoCash <eric@loxat.de>
Date: 2021-11-04 (Thu, 04 Nov 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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