DiriectorDoc

Results 2 issues of DiriectorDoc

# Description There seems to be a bug with the syntax highlighting. I'm not sure what's going on here, but this is not the first time I've seen a problem...

resolved: external
implementation: website

I have created a new solution and done nothing except install NGraphics using NuGet. My code is simply this: ```c# using NGraphics; var canvas = Platforms.Current.CreateImageCanvas(new Size(100), scale: 2); ```...