blob: 2fd73061fbe5d6f6aaa694484586523ee2af89ec [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
font-size: 200px;
color: gray;
}
.test-stroke {
text-shadow: none;
-webkit-text-stroke: 30px red;
}
</style>
</head>
<body>
<div class="test-stroke" style="stroke-miterlimit: 4;">Miter</div>
</body>
</html>