Closed
Description
Bug Description
When increasing stroke-width, the height of path is rendering incorrectly as below:
(stroke-width: 5px)
Reproducible Code (if applicable)
export component Demo inherits Rectangle{
width: 300px;
height: 300px;
Path {
stroke: darkgreen;
stroke-width: 50px;
viewbox-height: 100;
viewbox-width: 100;
MoveTo {
x: 0;
y: 0;
}
LineTo {
x: 0;
y: 100;
}
Close {}
}
}
Environment Details
- Slint Version: 1.11.0
- Platform/OS: Windows and SlintPad
- Programming Language: Slint
- Backend/Renderer: default
Product Impact
No response