Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<title>Forced colors mode - lighting-color, flood-color, stop-color.</title>
<style>
svg {
forced-color-adjust: none;
height: 100px;
width: 500px;
}
</style>
<rect x="0" y="0" width="100" height="100" fill="WindowText"/>
<rect x="200" y="0" width="100" height="100" fill="WindowText"/>
<rect x="400" y="0" width="100" height="100" fill="WindowText"/>
</svg>