morious
morious
Curious if there is an update on this issue? I see an issue with Raphael 2.2.0 and gradients on edge as well as chrome. ``` var a = paper.rect(x, y,...
@nitro52 , where are you standing with this? I am running into the same issue and need to be able to delay the drag a bit so that scroll kicks...
Why can't the binary be pre-built and distributed with the package?
@3rd-Eden first, there has got to be a way to install an architecture or os specific binary through npm rather than downloading 200mb of binaries, no? Second, how would you...
@3rd-Eden I agree with both your suggestions. A question regarding my current case, I am using a win 7 dev machine and my target server is Win 2008 server. How...
@3rd-Eden solved it by: 1. Build on a local dev machine 2. copy folder to server 3. point to relative path in require statement (instead of installing with npm) Thx!
BTW, any advise on how to troubleshoot the above would be a progress...thx!