Dean P

Results 11 comments of Dean P

Hey, @jfarland thanks for reporting this and apologies for the slow response. Would you be open to contributing a fix for this issue?

Thanks for reporting this @Devolta05. We'll look into it. Have you tried connecting a private repo, or is this a public one? @samarth777, this is probably some issue with the...

> I think you can use jQuery or pure js to do that. @alanhg @cpettitt I know this thread is old but I'm working on a similar problem and jQuery...

@agg23 Has this been fixed? The interactive demo on the site still re-renders completely on every change. Also for my project i'm using the minimized link from the wiki which...

I did it and it worked. Thank you.

The workaround doesn't work for me. Before I define the svg.style.zoom within the functions (suggested by @MajorBreakfast) it doesn't exist (printing it out in the console returns undefined). It does...

> @deanp70 what’s wrong with my workaround? I tried implementing it as well. the problem is that my svg object has no attirbute style attribute named zoom, so changing it...

@oxygen, could you explain the following line? `innerWidth / outerWidth < 1.4` Why 1.4?

> @deanp70 Read the comment next to it. @oxygen I understand the reason for the condition, I'm asking about the magic number. Why not 1.2? or maybe 3?