Quantcast
Channel: Outline effect to text - Stack Overflow
Viewing all articles
Browse latest Browse all 19

Answer by RilDev for Outline effect to text

$
0
0

Simple outline behind the letters.Works with any font. With any outline width.

enter image description here

<style>  text {    stroke-linejoin: round;    text-anchor: middle;    fill: black;    stroke: white;    stroke-width: 12px;    paint-order: stroke;  }</style><svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%"><text x="50%" y="50%" dominant-baseline="central" text-anchor="middle">Text</text></svg>

Codepen: https://codepen.io/RilDev/pen/vYeOjgj?editors=1000


Viewing all articles
Browse latest Browse all 19

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>