-
Notifications
You must be signed in to change notification settings - Fork 312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Circle color attribute + IE8 support. #35
Comments
I was able to get these working on IE8 using ES5 Shim (to fill in missing JS methods) https://github.com/es-shims/es5-shim and ExplorerCanvas (to get Canvas working) https://github.com/arv/ExplorerCanvas |
You can set "background circle" color using As for IE8 support - I have not implemented it because it requires extra effort and would make my code "dirty". You may try to use some IE8 |
I don't want to struggle with IE8, I want people to stop using it instead :) I've mentioned this in README.md - I support only IE9+ But I understand your need. Here, take a look at my IE8 example. You may use it if you like it ;) I've tried Maybe you'll find a way how to fix it. Or maybe you'll choose a better polyfill that supports it. But I suggest to use "graceful degradation" in IE8 instead of polyfill. You will also find it in my example. The idea is to use static image as circle background. And you don't need to patch the lib in this case - just detect IE8, don't use the lib, use alternative CSS instead. Anyway, good luck! I hope that I helped you a bit |
I understand, that you would like people to use better browsers, We also want it, but We cannot somehow force our clients to sell their computers and buy new ones with Win Vista + newer, because They have Win XP in their offices with IE8 and due to google analytics We can see, that there are many customers, who still use IE8. MS should block the Win XP :D I will try your example. Thanks! |
@TomThak @kottenator how did you add thousandth value in your counter? |
It would be nice to have circle color attribute. Now it is somehow grey color, which seems to have some opacity. It would be nice to be able to definie your own color. For example I would like to have light red color of the whole circle and the progress will have dark red color. Now everything has to be in grey (due to page background).
Another thing is IE8 support. It would be nice to somehow have IE8 support.
it is still heavily used on WIN XP.
The text was updated successfully, but these errors were encountered: