mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
9ab25c47a4
These test work with LibGfx painter but won't longer work after switching to Skia, because it produces slightly different antialiasing, rounding in color blending, etc.
10 lines
317 B
HTML
10 lines
317 B
HTML
<link rel="match" href="reference/opacity-stacking-ref.html" />
|
|
<style>
|
|
body {
|
|
background-color: white;
|
|
}
|
|
</style>
|
|
<svg width="600" viewBox="0 0 150 100" xmlns="http://www.w3.org/2000/svg">
|
|
<circle cx="100" cy="50" r="40" fill="black" opacity="0.3" />
|
|
<circle cx="50" cy="50" r="40" fill="blue" />
|
|
</svg>
|