Masks aren't following zoom factor
-
@Christoph-Hart as title says
-
@ustk probably related
[Engine] Using g.addDropShadowFromAlpha within g.beginLayer breaks when interacting with Settings.setZoomLevel 路 Issue #525 路 christophhart/HISE
if you call g.addDropShadowFromAlpha() within a layer, either in a paint routine or laf, and then zoom, either in HISE or a compiled plugin, it will stay at the absolute pixel position and scale as if the zoom level was 1.0 or 100% - it ...
GitHub (github.com)
-
@aaronventure Yeah you're right, and this has been reported years ago already.
I'm adding this thread to your report -
@ustk Please fix the mask scaling issue, it has been asked for so many years...
-
@ustk Do you have a snippet? I'm using a mask in my current project and haven't noticed an issue.
-
@d-healey Maybe a mac issue, but it never worked here on both my macs intel or arm, and since my first post in 2021...
here's a snippet doing the same as the GIF above:
HiseSnippet 871.3ocsU0saaaCElxIbnVaEXEnO.B8Jkg.CKamDGLLrz33rYr3Tg4thrqJnonrHBEo.IU6LF562dQ186MX6PI6X4UmsAiUcggO+7Q9wC+NGFqUTlwnzHO+Wurfg79B7rkRa1nLBWhlbEx6P7c2gtbYAwXXIHOuC9NWDu1Ghp99iu8RhfHorMtPn2n3T1M7btci23K9AtPbMIg8ZddirGbwDpRNRITk.KN.2EUPn2SVvtk3RqEF88DSFx6qv8RmS6kdV+gQmGc9YCNOJ5jgyGzsGM4jy62+z9Io8FRNcH.5yFmvsJ8LKwxLvQ3RUxxYYp2Kq2f2vM74BlyHBMC14Z2WqDItinyKZTFWjDut7XPvpDuoXcPcw543o7D9C92Tz9xp.AaPzr.50Za5cvVzKpI851fd6fRdMnzg0T5Y3YTMuvtIhiOeNdhzxzoD3dpIUpyE0528viTPFRambx8rq0fwCHBGzs6wAvOG80999vkkwF7NhNHlHYhnfuIXMzEL6HUdgRBFgunN7Kbfp+aGCyFCUH6OpJsbIKLsTRsbkLbwQ9+pe6EcRAExKEhvZ0foilk.va621scEM1IplA0tXhMKzkPQGRRxXgfWXXg1LtwQkaTTh3RUoLwD1sS2ipWoEclyVvk2PVxzgVcIasaRQgX4Th49vhiCdr033fThv7.FlLodg.Genp539VerBTxaUV1qjgUGO+O3G72CkltyXtioVIDtUdGgcMP5+Ifgxx74L8wv0j.NgqSDDIaq7vOtxqYiAstp2HQkbhjaeUAS9XsKnUWUv+9oIWQrDmbckOHuBl1xcTv6J16fgE0h213qXl6sphpbWojf1YaUzmtVZ6TSHNHfeBtVYg9kMyS94KV1z387DKL8.68afYFiuHyt1B8wcOPeqJoTPra2L6F4sJ.Tm2pCx0kHMb6xliD+eqC++JEeFNlaoY6lis1AGgaiOEbb0bwmhGmlxn1luhb8ceZFBhpmlrXJwp4fN.eaY9LX5AkA6tDTGNctWKmhr1tqy1UAlAsuUF+I7sJXjy1aUvn0AQ4DpV8VZc2kax6Sp7.bRV8JUa7TmcPDppiqYcNGdH3sT51K0GAr29Br+9Bbv9B7j8E3o6Kvy1WfC+2A5dm9kkVUdcaCBMMdb03JOuwRBn.qTqn+B7lHhQA
-
@ustk Oh I see, it's just happening in the interface designer, or also in the exported project?
-
@d-healey Yup