The demos depend on various features that only some browsers may have.
If you can see "Inline SVG" in a box below, then your browser supports inlined Scalable Vector Graphics code.
If you can see "HTML Canvas" in a box below, then your browser supports the HTML <canvas> element.
Accessing an image's pixel values is something that different browsers respond differently to. When run off of another server, no browser that I've tried will give access to an image's pixels. So one must save the page and run it off one's local storage. That should not be difficult for my Symmetry Explorer page, since it depends on no other files. Even then, browsers' behavior will vary:
Here is a table of what I have discovered for my Symmetry Explorer:
Web Browser |
Version |
OS |
Inline SVG |
HTML Canvas |
Pixel access |
Image pixels |
Unrelated errors |
---|---|---|---|---|---|---|---|
Mozilla Firefox | 4.01 | OSX | X | X | X | Warn | |
Apple Safari | 5.05 | OSX | X* | X | X | Continue | |
Google Chrome | 12.0.742.91 | OSX | X | X | X | Block | |
Opera | 11,11 | OSX | X* | X | X | ? | X |
MS Internet Explorer |
* Inline SVG works in this page, but not in the demo pages.
Security overrides for various browsers:
To my science-math index page