Alexey Gulev

Results 509 comments of Alexey Gulev

[font_issue_repro.zip](https://github.com/user-attachments/files/21965209/font_issue_repro.zip)

I made a couple of changes: * image compression for PNG files with alpha * replace nontransparent PNGs with JPGs ![CleanShot 2024-11-10 at 11 02 44@2x](https://github.com/user-attachments/assets/9ac98324-726f-4a10-9ec5-52f7bf25cbf1)

Maybe it's not perfect but almost twice better. ![CleanShot 2024-11-10 at 11 11 31@2x](https://github.com/user-attachments/assets/b2db3032-fb36-4e6b-a40a-60cca9a5497c)

> > I will look into this. > > [defold/defold.github.io@6de395f](https://github.com/defold/defold.github.io/commit/6de395fb063d9dbbcbccf2f5b2141e2a26e13c11) works for me: https://github.com/user-attachments/assets/102ae679-8bf6-4cc7-9f6c-255bb26c48e1

``` clojure.lang.PersistentVector.arrayFor.class java.lang.IndexOutOfBoundsException: null at clojure.lang.PersistentVector.arrayFor(PersistentVector.java:158) at clojure.lang.PersistentVector.nth(PersistentVector.java:162) at clojure.lang.RT.nth(RT.java:892) at editor.properties_view$create_multi_textfield_BANG_$fn$fn.invoke(properties_view.clj:162) at clojure.core$map$fn.invoke(core.clj:2753) at clojure.lang.LazySeq.sval(LazySeq.java:42) at clojure.lang.LazySeq.seq(LazySeq.java:51) at clojure.lang.LazySeq.first(LazySeq.java:73) at clojure.lang.RT.first(RT.java:688) at clojure.core$first__5369.invokeStatic(core.clj:55) at editor.properties$unify_values.invokeStatic(properties.clj:556) at editor.properties_view$update_multi_text_fn.invokeStatic(properties_view.clj:54) at editor.properties_view$update_multi_text_fn.invoke(properties_view.clj:50)...

How it looks in browser console? I think in this PR we connected all the error lines into one error: https://github.com/defold/defold/pull/9060

It's easier to reproduce in Firefox: 1. Open Firefox `about:config` 2. `webgl.enable-webgl2` flag set to false 3. Update page with the game