diff options
author | oehhar <harald.oehlmann@elmicron.de> | 2023-07-05 14:47:26 (GMT) |
---|---|---|
committer | oehhar <harald.oehlmann@elmicron.de> | 2023-07-05 14:47:26 (GMT) |
commit | b673e2b715e82a630b9c6b87b333023b06183e51 (patch) | |
tree | 7d0170ecab32c1338dc759dd1dc682b40d6272b2 /generic/nanosvgrast.h | |
parent | 0674e5a5def95b6d018ab63af8d945358090c3db (diff) | |
download | tk-b673e2b715e82a630b9c6b87b333023b06183e51.zip tk-b673e2b715e82a630b9c6b87b333023b06183e51.tar.gz tk-b673e2b715e82a630b9c6b87b333023b06183e51.tar.bz2 |
Uncomment definition of nsvgRasterize(), thanks Csaba !
Diffstat (limited to 'generic/nanosvgrast.h')
-rw-r--r-- | generic/nanosvgrast.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/nanosvgrast.h b/generic/nanosvgrast.h index 7992640..eee5bfd 100644 --- a/generic/nanosvgrast.h +++ b/generic/nanosvgrast.h @@ -73,10 +73,10 @@ NANOSVG_SCOPE NSVGrasterizer* nsvgCreateRasterizer(void); * w - width of the image to render * h - height of the image to render * stride - number of bytes per scaleline in the destination buffer + */ NANOSVG_SCOPE void nsvgRasterize(NSVGrasterizer* r, NSVGimage* image, float tx, float ty, float scale, unsigned char* dst, int w, int h, int stride); - */ /* Deletes rasterizer context. */ NANOSVG_SCOPE void nsvgDeleteRasterizer(NSVGrasterizer*); |