We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c07a41 commit ba04218Copy full SHA for ba04218
packages/blitz-renderer-vello/src/renderer/render.rs
@@ -439,6 +439,7 @@ impl VelloSceneGenerator<'_> {
439
cx.stroke_outline(scene);
440
cx.draw_outset_box_shadow(scene);
441
cx.draw_background(scene);
442
+ cx.stroke_border(scene);
443
444
if should_clip && clips_available {
445
scene.push_layer(Mix::Clip, 1.0, cx.transform, &cx.frame.frame());
@@ -448,7 +449,6 @@ impl VelloSceneGenerator<'_> {
448
449
}
450
451
cx.draw_inset_box_shadow(scene);
- cx.stroke_border(scene);
452
cx.stroke_devtools(scene);
453
454
// Now that background has been drawn, offset pos and cx in order to draw our contents scrolled
0 commit comments