浏览代码

outline behind fill

Johann ELSASS 4 年之前
父节点
当前提交
7f6cd69668
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      lazpaintcontrols/lcvectortextshapes.pas

+ 1 - 0
lazpaintcontrols/lcvectortextshapes.pas

@@ -2424,6 +2424,7 @@ begin
       else result.strokeColor := OutlineFill.AverageColor;
     result.strokeWidth := FloatWithCSSUnit(OutlineWidth, cuCustom);
     result.strokeLineJoinLCL:= pjsRound;
+    result.paintOrder:= spoStrokeFillMarkers;
   end else
     result.strokeNone;
   t := TSVGText(result);