richtr / Artificial-Horizon

A JavaScript implementation of an Artifical Horizon Instrument
https://richtr.github.io/Artificial-Horizon/
12 stars 5 forks source link

Bug with opera browser #1

Open sofienekooli opened 11 years ago

sofienekooli commented 11 years ago

When using the opera web browser it doesn't work as expected.

richtr commented 11 years ago

There is a long standing bug in the Opera browser related to the behaviour of canvas.arcTo rendering. For a brief summary of the issue there's a reasonable write up here: https://bugzilla.mozilla.org/show_bug.cgi?id=608211#c4

The following page should work on Opera Mobile 12 for Android, compensating for the canvas.arcTo issue described above:

http://people.opera.com/richt/release/demos/orientation/artificialhorizon/opera.html

Can you confirm this works as expected?

Thanks, Rich

sofienekooli commented 11 years ago

Thank you for your help, this works as expected.