https://bugs.winehq.org/show_bug.cgi?id=54368
Bug ID: 54368 Summary: ::DrawGeometry doesn't respect stroke style Product: Wine Version: 8.0 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: d2d Assignee: wine-bugs@winehq.org Reporter: dmitry@baikal.ru Distribution: ---
Created attachment 73938 --> https://bugs.winehq.org/attachment.cgi?id=73938 thick lines
There's an application that uses d2d1 to draw its UI, and when the app scales its workspace the lines get very thick shapes. This seems to be related to 00d8:fixme:d2d:d2d_stroke_style_init transformType 1 is not supported 00d8:fixme:d2d:d2d_device_context_DrawGeometry Ignoring stroke style 000000001F3D8C80. According to MSDN transformType 1 refers to D2D1_STROKE_TRANSFORM_TYPE_FIXED: The stroke does not respect the world transform but it does respect the dpi and stroke width.