SVG Text export from Illustrator

Hello vvvuser,
I’ve a question about the use of SVG in V4.
I try to export a text from Illustrator and open it on v4 with reader–>svgTexture–>quad but it doesn’t work.
I try with other svg file downloaded from the web and its works perfectly.
Which settings should use?

I need use the svg file because I’ve have a problem of sharpness of text in png texture…i’ve like a blur in certain point.

thanks so much at all

aelf

quote:
I need use the svg file because I’ve have a problem of sharpness of text in png texture…

if you import pixel textures you have to show them in a pixel precise way. otherwise pixel filtering will happen. you will have the same problem with svg text, it will also render into a pixel texture and you have to show that in your renderer. have a look at the billboard node and set it to pixel space and enter the exact dimensions of your png to a scale transformation after it.

and you can get some inpiration here: pixel perfect text