I wrote a simple drag-n-scroll svg (svg file, code). Here I move a viewBox of the picture after the mice. And tested it in chromium and firefox. In chromium it works nice (drags picture by mouse pointer). But in firefox it twitches on the same machine. What is the reason, of this low performance? How can i overcome it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You want to put evt.preventDefault(); in the event handlers to prevent the default drag/drop handling from being invoked. |
|||
|