Jen Ecker

Results 6 comments of Jen Ecker

This is very helpful, thanks. I don't write much JS so I could use some feedback and help with next steps. I've got a rough [proof of concept on Codepen](http://codepen.io/drjecker/pen/vGqyzW/)...

Alrighty! Have loosely constructed the following based on your feedback: ``` javascript define(['Modernizr', 'docElement', 'isSVG', 'testStyles'], function(Modernizr, docElement, isSVG, testStyles) { Modernizr.addTest('csstransformsvgelements', function() { return testStyles('#modernizr #test-element {transform:translateX(1px)}', function(elem) {...

Good point. Also added a `display:block`, as svgs set to `display:none` will cause it to fail as well. Ok. I think I am close. Tried to figure out how to...

@patrickkettner Apologizes. I was on a long holiday, and ignoring my email. Finally catching up, and I will pick this back up and get back to you. Thanks for your...

Apologizes for dropping the ball on this. I think all that was left was to add in prefixing and test locally before submitting a PR. Will pick it back up,...

@patrickkettner Think I've got the prefixing in on this (see below), am ready to test it to see if this thing works, and could use some direction on next steps....