blob: c7063b7f4d820f5232515927356461100e9c0ac4 [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">Miter</div>
</body>
</html>