-
Notifications
You must be signed in to change notification settings - Fork 981
Closed
Labels
BUGunexpected behaviorunexpected behavior
Description
Bug Report
Issue: When setting FillStyle for polygon to Hatch, it is not possible then to style the stroke (border) of the said polygon. It seems that LineStyle is somehow overridden by FillStyle.
Reproducing: Create a polygon, set FillStyle to use Hatch. Set LineStyle for this polygon. You can see that the stroke is there, but its not visible if LinePattern set to solid (depending on the stroke size the size of the visible polygon grows). If polygon FillStyle set to just color fill, then stroke begins to respect it's Color property.
System Details
- ScottPlot Version: 5.0.10-beta
- Operating System: Windows 10
- Application Type: Avalonia
- .NET Version: .NET 7.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BUGunexpected behaviorunexpected behavior