Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 580 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 580 Bytes

InkDrawvsStorkeContainer , BoundRect issue when saving to png. This is to report an issue which might be a bug with the InkPresenter.StrokeContainer.

Clone/Download the UWP app (Anniversary build in my case) in VS (2017 community) Run the app. You will see a button to load a gif file. Load the gif file provided, TestFile.gif . Click Save, and it will save it to PNG. Observe the boundaries on the top and bottom and how the image is clipped, in disagreement with the original strokes seen on the InkCanvas. Discussion is here: microsoft/Win2D#505