From af849d1377e19aaaa200667ee7aa0cd301d97ab0 Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Mon, 29 Aug 2016 15:34:51 +0000 Subject: [PATCH] fpvviewer: Updates to latest fpvectorial git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5112 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- applications/fpvviewer/fpvv_mainform.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/fpvviewer/fpvv_mainform.pas b/applications/fpvviewer/fpvv_mainform.pas index 2882e3cb7..caf51cdf1 100644 --- a/applications/fpvviewer/fpvv_mainform.pas +++ b/applications/fpvviewer/fpvv_mainform.pas @@ -560,9 +560,9 @@ begin FVec.ReaderSettings.HelperToolPath := ExtractFilePath(paramstr(0))+'rsvg\rsvg-convert.exe'; {$endif} if checkboxForceBottomLeftOrigin.Checked then - FVec.ReaderSettings.VecReaderFlags := [] + FVec.ReaderSettings.VecReaderFlags := [vrfSVG_UseBottomLeftCoords] else - FVec.ReaderSettings.VecReaderFlags := [vrfSVG_UseTopLeftCoords]; + FVec.ReaderSettings.VecReaderFlags := []; if checkboxSVGviaRSVG.Checked then RegisterVectorialReader(TvSVGVectorialReader_RSVG, vfSVG) else