You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you try to export drawings from DrawingView with DrawingViewControl.GetImageStream(DrawingViewControl.Width, DrawingViewControl.Width)
Control crashes if "Background " property is not set
* Fix#500 Color is Null. Fix KeyWindow not correctly calculated
* Ensure we do not have NRE on Windows
Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
Description
When you try to export drawings from DrawingView with
DrawingViewControl.GetImageStream(DrawingViewControl.Width, DrawingViewControl.Width)
Control crashes if "Background " property is not set
Link to Reproduction Sample
Sample.zip
Steps to Reproduce
Expected Behavior
App not crashing. Lines are exported
Actual Behavior
App crashes
Basic Information
Version with issue:
Platform Target Frameworks:
Workaround
Set "Background" property on DrawingView
The text was updated successfully, but these errors were encountered: