Search code examples
raphaelletter-spacing

Achieve letter-spacing in RaphaelJs


Is there a way to set letter-spacing in raphael js text? It can be done easily in CSS, how can I do it in raphael? Any hacks would also do..


Solution

  • It can be done with normal css. take a look here : http://tutorials.jenkov.com/svg/text-element.html . The css is applied to svg too.
    Here's a live demo that shows svg text with letter-spacing.