ladybird/Tests/LibWeb/Ref/reference/svg-clip-rule-ref.html
MacDue 6c9069fa5d LibWeb: Implement the SVG clip-rule attribute
This controls the fill rule used when rasterizing `<clipPath>` elements.
2024-05-14 23:01:18 +01:00

9 lines
135 B
HTML

<style>
* {
margin: 0;
}
body {
background-color: white;
}
</style>
<img src="./images/svg-clip-rule-ref.png">