ladybird/Tests/LibWeb/Text/expected/canvas/fillstyle.txt
Andreas Kling 4590c081c2 LibWeb+LibGfx: Serialize HTML canvas fill/strokeStyle colors correctly
Before this change we were serializing them in a bogus 8-digit hex color
format that isn't actually recognized by HTML.

This code will need more work when we start supporting color spaces
other than sRGB.
2024-10-04 20:01:22 +02:00

5 lines
65 B
Text

1. "#00ff00"
2. "#ff0000"
3. "#0000ff"
4. "#00ff00"
5. "#ff0000"