|
@@ -327,7 +327,7 @@ begin
|
|
|
BB:=Params.BoundingBox;
|
|
|
With Params do
|
|
|
begin
|
|
|
- HalfWidth:=0; // Width[ffsLeft]/2;
|
|
|
+ HalfWidth:=Width[ffsLeft]/2;
|
|
|
BB.Box.TopLeft.OffSet(-HalfWidth,-HalfWidth);
|
|
|
BB.Box.BottomRight.OffSet(HalfWidth,HalfWidth);
|
|
|
For C in TFresnelCSSCorner do
|