fpvviewer: Updates to latest fpvectorial

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5112 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
sekelsenmat
2016-08-29 15:34:51 +00:00
parent ae11ff3ea5
commit af849d1377

View File

@ -560,9 +560,9 @@ begin
FVec.ReaderSettings.HelperToolPath := ExtractFilePath(paramstr(0))+'rsvg\rsvg-convert.exe'; FVec.ReaderSettings.HelperToolPath := ExtractFilePath(paramstr(0))+'rsvg\rsvg-convert.exe';
{$endif} {$endif}
if checkboxForceBottomLeftOrigin.Checked then if checkboxForceBottomLeftOrigin.Checked then
FVec.ReaderSettings.VecReaderFlags := [] FVec.ReaderSettings.VecReaderFlags := [vrfSVG_UseBottomLeftCoords]
else else
FVec.ReaderSettings.VecReaderFlags := [vrfSVG_UseTopLeftCoords]; FVec.ReaderSettings.VecReaderFlags := [];
if checkboxSVGviaRSVG.Checked then if checkboxSVGviaRSVG.Checked then
RegisterVectorialReader(TvSVGVectorialReader_RSVG, vfSVG) RegisterVectorialReader(TvSVGVectorialReader_RSVG, vfSVG)
else else