mono / libgdiplus

C-based implementation of the GDI+ API
http://www.mono-project.com/
MIT License
329 stars 171 forks source link

[Region Refactoring] Refactor gdip_region_convert_from_path #676

Closed hughbe closed 10 months ago

hughbe commented 3 years ago

This change achieves some things

The motivation for this is to avoid duplicate code and enable future refactorings such as lazily creating path tree data

Should be merged BEFORE #675

hughbe commented 10 months ago

Closing, as libgdiplus is deprecated