andyedinborough / stress-css

JavaScript to test each CSS class on a page and report which are hindering performance
869 stars 40 forks source link

Fails with SVG #7

Open rbirkby opened 12 years ago

rbirkby commented 12 years ago
Uncaught TypeError: Object #<SVGAnimatedString> has no method 'split' stressTest.js:1
d.call.e stressTest.js:1
h stressTest.js:1
t stressTest.js:1
t.bookmarklet stressTest.js:1
doit

The SVG is because I'm using gRaphael in Chrome 20.

lfilho commented 12 years ago

I made a simple solution for this. See pull request here, or take it from my fork: https://github.com/lfilho/stress-css Cheers