Skip to content

Instantly share code, notes, and snippets.

@Herst
Last active December 7, 2017 09:24
Show Gist options
  • Save Herst/4ccb5fa1f01be5444b82f09eb370a132 to your computer and use it in GitHub Desktop.
Save Herst/4ccb5fa1f01be5444b82f09eb370a132 to your computer and use it in GitHub Desktop.
.block
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Dot Dot Dot Demo</title>
</head>
<body>
<svg width="500" height="300">
<text stroke="yellow" stroke-width="30" paint-order="stroke" textLength="300" lengthAdjust="spacingAndGlyphs" x="50" y="150" font-size="100">...</text>
</svg>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment