mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-07 21:59:54 +00:00
LibWeb: Show bounding_rect in PushStackingContext dump
This commit is contained in:
parent
740629a3a8
commit
3083b19b09
Notes:
github-actions[bot]
2025-11-18 14:12:02 +00:00
Author: https://github.com/gmta
Commit: 3083b19b09
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6851
1 changed files with 1 additions and 1 deletions
|
|
@ -95,7 +95,7 @@ void AddClipRect::dump(StringBuilder& builder) const
|
|||
void PushStackingContext::dump(StringBuilder& builder) const
|
||||
{
|
||||
auto affine_transform = extract_2d_affine_transform(transform.matrix);
|
||||
builder.appendff("PushStackingContext opacity={} isolate={} has_clip_path={} transform={}", opacity, isolate, clip_path.has_value(), affine_transform);
|
||||
builder.appendff("PushStackingContext opacity={} isolate={} has_clip_path={} transform={} bounding_rect={}", opacity, isolate, clip_path.has_value(), affine_transform, bounding_rect);
|
||||
}
|
||||
|
||||
void PopStackingContext::dump(StringBuilder& builder) const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue