Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
<!DOCTYPE html>↩
<!--↩
Any copyright is dedicated to the Public Domain.↩
-->↩
<head>↩
<title>Test clip-path on <div> with border</title>↩
<style>↩
↩
html, body {↩
border: 0; margin: 0;↩
}↩
↩
</style>↩
</head>↩
<body>↩
<div style="clip-path: url(#cp); width: 200px; height: 200px; background: yellow; border: solid 100px black; margin: 50px;"></div>↩
<clipPath id="cp">↩
<path d="M50,50 150,50 150,150 50,150 z"/>↩
</clipPath>↩
</svg>↩
</body>↩
</html>↩