Kaydet (Commit) c0bd26d7 authored tarafından Jan Iversen's avatar Jan Iversen

Updated to solve problem with gerrit patch 22363

Regina posted comment on 22363, that this change was needed.

Change-Id: I9021d40ee7c1ca7ca74d67c61fe58ce976da38c0
üst b4339fa7
......@@ -543,7 +543,7 @@ namespace svgio
else
{ // expand x
fH = fChildHeight;
fW = fChildHeight / fViewBoxRatio;
fW = fChildHeight * fViewBoxRatio;
}
aSvgCanvasRange = basegfx::B2DRange(fLeft, fTop, fLeft + fW, fTop + fH);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment