You've already forked lazarus-ccr
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:
@ -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
|
||||
|
Reference in New Issue
Block a user