When applying a striped pattern to e.g. AreaCharts I tried to add it by setting the FillPatternShape ```fsharp Chart.Area([1,1;2,2;3,1],FillPatternShape=PatternShape.DiagonalDescending) ``` The resulting pattern however is diagonal ascending instead of descending.  I assume it got mixed up at: https://github.com/plotly/Plotly.NET/blob/56cc56385b982dea11164eb25aa9bcb5424faa5e/src/Plotly.NET/CommonAbstractions/StyleParams.fs#L2536-L2537