-
-
Couldn't load subscription status.
- Fork 10
Closed
Labels
✅ Status: ClosedThe status of this issue or pull request is closed.The status of this issue or pull request is closed.🆕 Feature RequestRequesting a feature or new functionality be implementedRequesting a feature or new functionality be implemented💥 Breaking ChangeThe resolution would result in a change that would break existing projects that use this library.The resolution would result in a change that would break existing projects that use this library.🔶 Priority: MediumThe priority of resolving this issue or pull request is medium (normal).The priority of resolving this issue or pull request is medium (normal).
Description
Purpose
Replace System.Drawing references with a native implementation of the structs needed.
Motivation
System.Drawing is not fully cross-platform; some of it relies on GDI+ which is windows only. Even though AsepriteDotNet only using System.Drawing.Color, System.Drawing.Rectangle, and System.Drawing.Point, there's no need to enforce usage of these. I think it would be a clearer statement that this is cross platform by being truly cross platform, including which parts of .NET are used.
Metadata
Metadata
Assignees
Labels
✅ Status: ClosedThe status of this issue or pull request is closed.The status of this issue or pull request is closed.🆕 Feature RequestRequesting a feature or new functionality be implementedRequesting a feature or new functionality be implemented💥 Breaking ChangeThe resolution would result in a change that would break existing projects that use this library.The resolution would result in a change that would break existing projects that use this library.🔶 Priority: MediumThe priority of resolving this issue or pull request is medium (normal).The priority of resolving this issue or pull request is medium (normal).