DJGosnell
DJGosnell
Found a bug where the `SequenceSegment.Memory` was being set to `default` prior to the `RefCountedSegment.ReleaseImpl()` method invocation. This has the effect of the implementation attempting to return default `Memory.Empty` array...
M-Text values have their own format data and reading it is not straightforward at times. This PR brings a full parser to allow for a zero copy serializer and deserializer...
While testing these changes in production, it was found that since the MText.Rotation set the AlignmentPoint and vice versa, the former would break the correct alignment points which are required...
While working on DXF & DWG files in which the content is the same, I've noticed that the DWG reader reads angle values in radians (as documented) I have a...
**Description of Change** Sometimes it's useful to pass an array of points to `SKCanvas.DrawPoints` but not to draw all of them. The API currently doesn't accept Spans at this point,...
### Is your feature request related to a problem? Sometimes it's useful to pass an array of points to `SKCanvas.DrawPoints` but not to draw all of them. Currently there is...