I was testing with SVG icons, as per the recent post ,
things worked well in Chrome, then tested in Firefox and things went sideways.
The demo provided in the article is also throwing the same error
using firefox 39.0, IE 11 grinds to a halt on the demo
Any one else seeing the same issues with firefox?
Hi,
What do you mean by “sideways”?
What error message did you get?
Is the demo working when you remove the billboard code?
I posted a bug regarding the SVG icons
https://github.com/AnalyticalGraphicsInc/cesium/issues/2907
for firefox the svg needs to be adjusted, height and width need to set outside of the style, Matthew Amato, tweeked my SVG code and got it to work for firefox, IE11 also worked,
Yonatan, I think setting the size will help if your still looking at things
Also, just tried the Cesium and the SVG example with the Microsoft edge browser in Windows 10, my adjusted icons look alright there also.
The BIKS example, http://embed.plnkr.co/4QViqxaxH4SnQCK2O9xB/preview , loads up, but the icons don’t render properly, probably the size issue again