John Schulz
John Schulz
I think I have the polyfill @jeremyckahn mentioned. I took the work started in [Firmin](https://github.com/beastaugh/firmin) and [added some code to make it behave like WebKitCSSMatrix](https://github.com/beastaugh/firmin/compare/2b468fb...09b9741?w=1) It's passing all the tests...
@joelambert You should be able to paste the JS from https://github.com/jfsiii/firmin/blob/master/src/matrix.js into a browser or Node and have at it. Let me know if that doesn't work or you need...
@jeremyckahn XCSSMatrix is the clubhouse leader. I thought about CSSMatrix b/c it's supposed to be spec-compliant. While no vendor ever released a CSSMatrix object (only WebKitCSSMatrix), they might after the...
@joelambert I just realized I never came back here to post about [XCSSMatrix](https://github.com/jfsiii/XCSSMatrix). It's been "ready" since around December 2012. I have [browser tests](https://ci.testling.com/jfsiii/XCSSMatrix) up on testling. They are/were passing...
@joelambert I'm not sure of the best way to do that. I don't see script loaders for the individual `src` files or a build process for the various builds (min,...
Oh, cool. I completely missed the build script and `build.xml` file. `XCSSMatrix` is designed to be a drop-in replacement for `WebKitCSSMatrix` so, as you said, I can likely just put...
I forgot to discuss removing the other WebKit-prefixed JS and CSS properties. How do you feel about adding [a custom build of Modernizr](http://modernizr.com/download/#-prefixed-prefixes-domprefixes) as a dependency/additional script? [Here's what I...
OK, the preliminary attempt is committed to [my feature-cross-platform branch](https://github.com/jfsiii/morf/tree/feature-cross-browser). I cut a gh-pages branch an pushed an [updated demo page](http://jfsiii.github.io/morf/demo.html). It seems to work well in Chrome, Safari and...
IMO, it's getting bigger in the relative (%) but not the absolute (KB): | file name | gzip | before | after | diff % | diff KB | |...
OK, I'll take a crack an additional build and the `Morf.Matrix` approach. Are you OK with everything else (e.g., Adding/exposing `Morf.prefixed` or anything else I did)? Oh, fair warning, I'm...