mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-27 07:22:57 +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;
|
if (r->scanline == NULL) return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// for (i = 0; i < h; i++)
|
for (i = 0; i < h; i++)
|
||||||
// memset(&dst[i*stride], 0, w*4);
|
memset(&dst[i*stride], 0, w*4);
|
||||||
|
|
||||||
for (shape = image->shapes; shape != NULL; shape = shape->next)
|
for (shape = image->shapes; shape != NULL; shape = shape->next)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user