Files
ladybird/Tests/LibWeb/Text/expected/HTML/canvas-set-stroke-style-without-layout-node.txt
Andreas Kling 20cc055ec9 LibWeb: Don't require layout node when setting canvas 2D strokeStyle
Use update_style_if_needed_for_element() and resolve colors via
computed properties instead of forcing a full layout update.
2026-02-22 12:43:01 +01:00

3 lines
31 B
Plaintext

#ff0000
rgba(0, 128, 255, 0.5)