VisualMelon
VisualMelon
 Only works for SDK style projects, I think (which yours is not) I don't see the Skia nuget package in the listing; may be worth removing all the existing...
Yes, the package reference appears in that one.
I'm not sure; the second one looks fine; it's virtually identical to when I get when I create a new WPF/.NET Framework and add `OxyPlot.Skia.Wpf`, though with a couple more...
If it's just a test project, can you upload the whole solution?
Builds and runs fine for me, and the designer view is happy as well. (VS 2019, Win10, x64). There were a couple of broken references (E.g. to OxyPlot.WPF) but they...
He's a basic dual-target project: [WpfApp4.zip](https://github.com/oxyplot/oxyplot/files/7083504/WpfApp4.zip) I don't know a whole lot about strong naming and publishing under framework; I can't really suggest why your program is failing at runtime,...
@seba30 thanks for checking that
The `GraphicsRenderContext` has a `FontScale` property which defaults to `0.8` (this may account for text appearing smaller than expected). I don't understand the rational for this, unless it is a...
Given this would have to write to a buffer and copy/swap, the rendering engine could be abstracted away completely. There is no reason e.g. the ImageSharp renderer could be swapped...
Just a thought on the question of whether additional renderers would be a good idea: yes: at the moment, it is a miserable experience reviewing the outputs of e.g. `ImageRenderContext`...