Issue #2762 - Remove SVGZoomEvent interface.

Resolves #2762
This commit is contained in:
Moonchild 2025-06-24 12:18:13 +02:00 • committed by roytam1
commit 1c8e994b65
17 changed files with 6 additions and 319 deletions

View file

@ -131,6 +131,8 @@ public:
* For use by zoom controls to allow currentScale, currentTranslate.x and
* currentTranslate.y to be set by a single operation that dispatches a
* single SVGZoom event (instead of one SVGZoom and two SVGScroll events).
*
* XXX SVGZoomEvent was removed; is this still needed?
*/
void SetCurrentScaleTranslate(float s, float x, float y);