소스 검색

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);