small fix for the fpvectorial example

git-svn-id: trunk@15802 -
This commit is contained in:
sekelsenmat 2010-08-13 15:34:07 +00:00
parent 3708922b62
commit b63e82f815

View File

@ -62,7 +62,7 @@ begin
Vec.ReadFromFile(editInput.FileName, vfPDF);
imagePreview.Canvas.Brush.Color := clWhite;
imagePreview.Canvas.FillRect(0, 0, imagePreview.Width, imagePreview.Height);
DrawFPVectorialToCanvas(Vec, imagePreview.Canvas, 0, 0, 0.25, 0.25);
DrawFPVectorialToCanvas(Vec, imagePreview.Canvas);
finally
Vec.Free;
end;