exupero / turtle

Turtle graphics for ClojureScript in the browser
Eclipse Public License 1.0
0 stars 0 forks source link

ctx.ellipse is not a function #1

Open mkesper opened 7 years ago

mkesper commented 7 years ago

In all examples on http://exupero.org/hazard/post/fractals/ I get the following error:

error {:message "ERROR", :data {:tag :cljs/analysis-error}, :cause #object[TypeError TypeError: ctx.ellipse is not a function]}

exupero commented 7 years ago

Very odd. What browser are you using? Does it support the canvas element?

mkesper commented 7 years ago

This is Firefox ESR 45.8.0 on Debian GNU/Linux 8. http://html5test.com/ tells me that canvas is supported but not ellipse:

Canvas 2D graphics

Yes ✔ Drawing primitives Text support

Yes ✔ Path support

Yes ✔ Ellipse support

No ✘ Dashed line support

Yes ✔ System focus ring support

Yes ✔ Features Hit testing support

No ✘ Blending modes

Yes ✔ Image export formats PNG support

Yes ✔ JPEG support

Yes ✔ JPEG-XR support

No ✘ WebP support

No ✘

The version of chromium in wheezy works.