mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-27 08:29:53 +02:00
TAChart: Do not fill polylines in SVG export. Fixes #23982
git-svn-id: trunk@41769 -
This commit is contained in:
parent
52c6ef4a82
commit
26622f6def
@ -280,7 +280,7 @@ procedure TSVGDrawer.Polyline(
|
||||
const APoints: array of TPoint; AStartIndex, ANumPts: Integer);
|
||||
begin
|
||||
WriteFmt(
|
||||
'<polyline points="%s" style="stroke: %s;"/>',
|
||||
'<polyline points="%s" style="fill: none; %s"/>',
|
||||
[PointsToStr(APoints, AStartIndex, ANumPts), StyleStroke]);
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user