JS app that produces text along a path in pure CSS

  • Just to clarify: The app is written in JavaScript, but the output is html + css.

    Also, it's not designed for live updates. It generates static text.

  • Oh, no, what will be next? pure-CSS WordArt?

  • This is quite awesome, hopefully we'll see some cool things come out of it like we have of lettering.js Two things though, a.) should turn it into a plugin as well, b.) s/kerning/letter spacing

  • 1 letter of text = 252 characters of code? 99.6% overhead?

    No way.

    http://www.w3.org/TR/SVG/text.html#TextOnAPath

  • Frontpage all over again.

  • What are the browser requirements for this? I'm interested in building something like this, but just want to make sure most browsers out there would be able to run it.

  • Cool, but Google wont like it. If it's important text you'd want to make sure you had the text somewhere else.

    Maybe the html/css generator should include a hidden span with the text?

  • If I'm seeing correctly this basically creates an element with some css properties for every letter in the text right?

    Couldn't this become incredibly slow to load very quickly?

  • This looks like it could slowly edge towards a browser based .SVG editor in combination with a bunch of other stuff, I like it.

  • It doesn't seem to be working for chrome... (latest version, who knows which, probably a new one when you read this)