mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:19:37 +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
|
||||
lCurPath.Pen.Style := psClear;
|
||||
lCurPath.Brush.Color := colBlack;
|
||||
lCurPath.Brush.Style := bsClear;
|
||||
lCurPath.Brush.Style := bsSolid;
|
||||
// Apply the layer style
|
||||
ApplyLayerStyles(AData, lCurPath);
|
||||
// name
|
||||
|
Loading…
Reference in New Issue
Block a user