Elijah Insua

Results 31 comments of Elijah Insua

> Stuff like solidworks is amazing, a marvel of every form of applied sciences, but the UX is so bad that it takes hours of fiddling if all you want...

these should not be "special", but simply helpful additions. Creating these shapes by hand should be possible.

looks like there is an issue installing; I've created an issue on npm: https://github.com/isaacs/npm/issues/901

dang, very nice. Apparently this also works! ``` tmpmac:test tmpvar$ cat package.json { "author": "", "name": "test", "version": "0.0.0", "repository": { "url": "" }, "engines": { "node": "~v0.4.8-pre" }, "dependencies":...

I think http://www.w3.org/TR/cssom-view/, would need to be implemented.

we have started integrating cssom which should solve some of the SVG problems.

Do you guys have any spare cycles to help? Personally I don't need svg 1.1 but I'd be willing to help land it if you guys are fired up enough...

I think the first step here is to grab a copy of the test suite (http://www.w3.org/Graphics/SVG/WG/wiki/Test_Suite_Overview) and convert it to be headless (which may be quite an undertaking) Then we...

@href the svg 1.0 implementation is pretty bare. It passes the tests in `level1/core` but doesn't really implement anything svg specific.

I've thought about it, but then my brain spasms and I have to walk away. Are there tests beyond acid that could be followed?