youcef92 / flotr

Automatically exported from code.google.com/p/flotr
0 stars 0 forks source link

Text created with the canvas text API doesn't show on iPhone browser #123

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a flotr chart with a title and HtmlText set to "false"
2. View the chart using the iphone web browser

What is the expected output? What do you see instead?
The chart should appear with the title text rendered using the Canvas Text
API, as it is supported by the iPhone browser (v3.1.2).
The chart is shown, but no text appears anywhere on the chart for the
title, legend, axis labels, etc.

What version of the product are you using? On what operating system?
Flotr SVN r154, iPhone OS 3.1.2

Please provide any additional information below.
The text appears fine on Safari and Chrome using the Canvas Text API and on
Firefox using the old (pre r154) text rendering implementation.
Text also appears fine on the iPhone browser when HtmlText is set to "true"

Original issue reported on code.google.com by wireless...@gmail.com on 12 Apr 2010 at 12:47

GoogleCodeExporter commented 8 years ago
Fixed in past revision

Original comment by fabien.menager on 16 Jul 2010 at 8:37