Skip to content

Avalonia: plots with transparent backgrounds make the window see-thru (again) #4732

@foglio1024

Description

@foglio1024

Issue: This is actually a duplicate of #3444, but the workaround proposed in that issue is not working anymore starting from 5.0.51.

ScottPlot Version: 5.0.51 and higher

Code Sample:

AvaPlot myPlot = new();
myPlot.Plot.FigureBackground.Color = Colors.Transparent;
myPlot.Plot.RenderManager.RenderActions.RemoveAt(1);

Current behavior (5.0.51):

Image

Expected behavior (5.0.50):

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions