Is it possible to convert text to shape in VML /canvas/SVG ?

Posted by est on Stack Overflow See other posts from Stack Overflow or by est
Published on 2010-06-01T07:34:38Z Indexed on 2010/06/01 7:43 UTC
Read the original article Hit count: 302

Filed under:
|
|
|
|

Hello,

I need to display a text in 3D using vml/canvas/svg and do some transformation to the shape of the text like the effect of Ctrl+T in photoshop, even align a line of text to a curve, is there a way to convert text to shape first?

The only thing close is getImageData() in firefox which is not ideal but OK. Any better methods?

Using browser-specific hacks or voodoo is OK, but no Flash please :)

© Stack Overflow or respective owner

Related posts about 3d

Related posts about canvas