I've got a very simple graph with a handful of nodes. The Nodes use SVG background images and they scale without issue in Chrome/IE. These are defined in JS using the cytoscape css functional format and given to cytoscape for initialization.
However, they appear to be rendered as bitmaps in FF (v29.0). If I set the size to 50px, that's the size they stay and any zooming results in nasty pixelation. Oddly, the 'native' cytoscape graphic elements (arrows and text) scale without issue. Any ideas?