This is a migrated thread and some comments may be shown as answers.

SVG <tspan> element aren't visible in IE7

1 Answer 22 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Artur
Top achievements
Rank 1
Artur asked on 25 Aug 2014, 02:27 PM
As I known  Kendo renders the old school SVG rather than the HTML5 Canvas, html tags don't work.
So we have to use SVG tags.
but the IE 7-8 browsers does not support svg tspan, so how can I use this?

e.g.<tspan x="30" dy="0" text-anchor="middle">Test</tspan>

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 26 Aug 2014, 09:28 AM
Hello Arthur,

Old versions of IE (7 and 8) do not support SVG at all, as you can see from this reference. In these IE versions our DataViz widgets provide VML support which you can test on the online demos.

Additionally, on modern browsers you can select between SVG and Canvas rendering, as illustrated here:
http://demos.telerik.com/kendo-ui/chart-api/benchmark

Regards,
Sebastian
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
General Discussions
Asked by
Artur
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or