mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 05:29:29 +02:00
fpvectorial: Fix default brush of TPath entity when read from svg file.
This commit is contained in:
parent
9c3bb03268
commit
94c1263a45
@ -2371,7 +2371,7 @@ begin
|
|||||||
// Add default SVG pen/brush
|
// Add default SVG pen/brush
|
||||||
lCurPath.Pen.Style := psClear;
|
lCurPath.Pen.Style := psClear;
|
||||||
lCurPath.Brush.Color := colBlack;
|
lCurPath.Brush.Color := colBlack;
|
||||||
lCurPath.Brush.Style := bsClear;
|
lCurPath.Brush.Style := bsSolid;
|
||||||
// Apply the layer style
|
// Apply the layer style
|
||||||
ApplyLayerStyles(AData, lCurPath);
|
ApplyLayerStyles(AData, lCurPath);
|
||||||
// name
|
// name
|
||||||
|
Loading…
Reference in New Issue
Block a user