lol example should use more realistic numbers

This commit is contained in:
Adam D. Ruppe 2024-07-30 21:50:10 -04:00
parent 03983378bd
commit 121b59ddf0
1 changed files with 2 additions and 2 deletions

4
svg.d
View File

@ -61,8 +61,8 @@
// Load
NSVG* image = nsvgParseFromFile("test.svg", "px", 96);
int w = 200;
int h = 200;
int w = cast(int) image.width;
int h = cast(int) image.height;
NSVGrasterizer rast = nsvgCreateRasterizer();
// Allocate memory for image