Alex

Results 128 comments of Alex

https://github.com/godotengine/godot/issues/84387#issuecomment-1792309747 v4.2.beta4.official [93cdacbb0] I have tried the new setting, zooming is strange. (video below) ![image](https://github.com/MewPurPur/GodSVG/assets/41921395/f944ea09-2c53-41f7-88cf-f64af94edc40) https://github.com/MewPurPur/GodSVG/assets/41921395/af35254f-6cdb-4382-9153-c97bd0f071f1

or that: https://github.com/MewPurPur/GodSVG/issues/57 > Zooming forces the SVG to the center

On weekends I usually have less time, next week I'll try to release it in the PlayStore as an internal test.

I couldn't find any improvements, it's still like in the video or something like that `InputEventMagnifyGesture` and not `InputEventPanGesture` would have to be used for Zoom, I think. I will...

Unfortunately, remote debugging no longer works. I would have to check it via Android Studio, could take longer because I am still checking another problem via Android Studio. PR #176...

yes without `InputEventPanGesture` it is better, but still not perfect. You can compare it with the mouse wheel, it does not zoom exactly where the mouse cursor or the fingers...

> Ow. My hunch is that the delta from the `set_view(view.position + event.delta * 32)` line in viewport.gd shouldn't be multiplied by anything `/ 12 `it is good, on the...

it's not perfect yet (user friendly), I don't know if it's the code, I would have to debug the values more precisely first. https://github.com/MewPurPur/GodSVG/assets/41921395/806a1a40-1a9c-4165-8cc7-559e701f9c26

I'll try [bisecting the regression](https://docs.godotengine.org/en/latest/contributing/workflow/bisecting_regressions.html) in the next few days as soon as I find the time. In version `4.3-dev3 `the font still looks ok, from version `4.3-dev4` it no...

I also couldn't compile a `good` version without issues. - `4.2/dev3` `4.2/dev4` (all `git bisect bad`) - `VulkanSDK/1.3.250.1` ---------------------------- https://docs.godotengine.org/en/latest/contributing/workflow/bisecting_regressions.html > go to the folder that contains the pre-release you...