I have a very complex library for drawing diagrams for designing well bores. Currently it is all being done using System.Drawing, which works beautifully. However, I would like to convert this library into something that can be made available as a standalone
service on the web. I understand that System.Drawing, as well as the WPF 2d drawing libraries are not supported for web or windows services.
I've seen a few alternatives listed, but I'm not sure which most comprehensively replace the capabilities of System.Drawing, and I'm not sure what library is the most actively developed and supported as of December 2019.
Any suggestions or war stories would be helpful.
Thanks,
Glenn