ekot1/DelphiSVG

TPicture cant load svg image from stream.

Opened this issue · 1 comments

picture format is not recgnizing

assume that in var st : TFileStream content of any png image
and this code causes an error:

PICT:= TPicture.Create;
PICT.LoadFromStream(st);