mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 18:14:58 +00:00

Previously, these were clipped by the RecordingPainter, which used the path's bounding box (which in this case is zero width or height). The fix is to expand the bounding box by the stroke width. Fixes #22661 Note: This is unrelated to any recent LibGfx changes :^)
9 lines
128 B
HTML
9 lines
128 B
HTML
<style>
|
|
* {
|
|
margin: 0;
|
|
}
|
|
body {
|
|
background-color: white;
|
|
}
|
|
</style>
|
|
<img src="./images/svg-axis-aligned-lines-ref.png">
|