fpvectorial: Fix default brush of TPath entity when read from svg file.

This commit is contained in:
wp_xyz 2023-01-08 00:40:43 +01:00
parent 9c3bb03268
commit 94c1263a45

View File

@ -2371,7 +2371,7 @@ begin
// Add default SVG pen/brush
lCurPath.Pen.Style := psClear;
lCurPath.Brush.Color := colBlack;
lCurPath.Brush.Style := bsClear;
lCurPath.Brush.Style := bsSolid;
// Apply the layer style
ApplyLayerStyles(AData, lCurPath);
// name