Closed TommiPrami closed 3 years ago
in SVGParse.pas
function ParseFontStyle(AFontStyle: string): Integer;
Could be
function ParseFontStyle(const AFontStyle: string): Integer;
Looks like you ran FixInsight over the sources. Thank you :)
yes In did, we are starting to use SVGIconImageList, so I also ran the FixInsight on it.
Fixed in 2.2.1 version
in SVGParse.pas
function ParseFontStyle(AFontStyle: string): Integer;
Could be
function ParseFontStyle(const AFontStyle: string): Integer;