Results 78 comments of bumbu

It seems to be working fine (except the case when initial SVG has a viewPort attribute, but I mentioned this in Readme)

Hi, Unfortunately currently there is no solution for this. I have following solutions/workarounds in mind: - Changing library core so that it will not alter viewBox and all calculations would...

You can post an example of your code on a public service (like jsfiddle.net). This will make it easier to understand the problem. Thanks.

Can you please post an example of your code on a public service (like jsfiddle.net). This will make it easier to debug and search for a solution. Thanks.

Viewport transform matrix alteration should be done taking in account viewBox values. Probably the easiest way to do so would be right [before setting CTM](https://github.com/ariutta/svg-pan-zoom/blob/master/src/shadow-viewport.js#L319) but it may also require...

@ddotlic 3.2.9 release published

Hi @mobiniusHarshajagadish, You shouldn't use GitHub pages as a CDN for the library. Usually you either host the files on your server or bundle them together with your dependencies. If...

Hey @mobiniusHarshajagadish It is really hard to help without a proper example. Can you please create a [minimal reproducible example](https://github.com/ariutta/svg-pan-zoom/#bugs-and-issues) and post it here.

Hi @b0gd4n I don't think there's a strong reason for not doing it. Mainly it takes time and makes the library more complicated. But some good arguments against it are:...

Hi @shadowjustice Sorry for delayed response. Thank you for the updated PR. I skimmed through the code and it looks good. Also it's great that you added a demo. There...