Closed phara0hcom closed 9 years ago
The conversion from hex to rgb color is done by shifty, tweening library: https://github.com/jeremyckahn/shifty
Are you sure it is IE problem? Which version?
IE 11 on win7
but how do I stop it from converting?
I don't think that is your real problem. IE should support rgb color definition just as it supports hex. I just tested this with a jsfiddle using IE and it draws the SVG correctly. http://jsfiddle.net/b6fp1sy7/
That is probably related to CSS layouting. Try to:
#container > svg {
display: block;
width: 100%;
}
I can see it because I can see the trail that is colored in HEX but not the stroke...
I could not confirm this behavior.
I have an issue that the stroke in showing in RGB not HEX so it doesn't show in IE How do I get it in HEX? all the variables are in HEX
my code:
to start the circle: