21 Feb
2026
21 Feb
'26
4:12 p.m.
Thank you for working on this, but I don't think this is an approach we need to take, for a number of reasons: * SVG document object provides DOM API, it's not immutable after creation; * using unixlib here seems unnecessary; * rasterizing SVG does not immediately look like a correct approach. Rendering to a command list and them streaming it will show what we need to do, I suspect it will be a sequence of FillGeometry or similar, rather than DrawBitmap. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10156#note_130147