A function to make "tick" text if it's too long for its containter (or clip-path)
Built with blockbuilder.org
xxxxxxxxxx
<meta charset="utf-8">
<head>
<link href='https://fonts.googleapis.com/css?family=Play' rel='stylesheet' type='text/css'>
<style>
body {
margin:auto;
font-family: 'Play', sans-serif;
font-size:100%;
}
text {
font-family: 'Play', sans-serif;
}
</style>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="ticker.js"></script>
<body>
</body>
<script>
ticker();
</script>
https://d3js.org/d3.v4.min.js