Yann Papouin wrote:
bulia byak a écrit :
* When panning by the middle mouse button, Inkscape no longer
attempts to redraw the canvas while your mouse button is pressed. Any redrawing only happens after you release the mouse. As a result, the newly revealed parts of the canvas are somewhat more "dirty" but the panning is smoother than before, with few if any "hiccups".
Why not activating the outline mode during the "dirty" rendering and return to normal when the mouse stops moving? Some 3d application use a wireframe view when the camera moves to accelerate the rendering, the outline mode can be used for the same thing no ?
I don't believe this is possible, but had the same thought earlier that it would be a much nicer way to handle if possible. The other thought I had was to just render the canvas color instead of repeating the edge for the direction you are panning.
-Josh