Add missing initialization parts of Fl_SVG_Image

This commit is contained in:
Albrecht Schlosser
2022-03-19 15:33:35 +01:00
parent 5884d37ee8
commit 733ffed630
+1
View File
@@ -179,6 +179,7 @@ void Fl_SVG_Image::init_(const char *filename, const char *in_filedata, Fl_SVG_I
h(copy_source->h());
}
rasterized_ = false;
raster_w_ = raster_h_ = 0;
}