Nitish Itankar

Results 35 comments of Nitish Itankar

But the layers issue is still present. If there are two layers with same font style, the blocks appear. This happens for hindi font styles- Devanagari Sangam MN and Devanagari...

> Would you like to try debugging this issue as a practice exercise? I will attempt this. > Also, could you save your example as `test.sif`, zip it (since GitHub...

From what I can see, you're trying to build synfig using CMake. I checked the docs, the `2-build-cmake.sh` is not the script for macOS. It is for windows. Check this...

Hey @rodolforg , I tried directly running the `2-build-cmake.sh` script. Turns out, it does work for macOS. I got the missing template arg error, but after changing the line 432...

> Could you test it, @Stargazer10101 ? Instead of your current proposal, create a global mutex in `Layer_Freetype` and lock/unlock it in `Layer_Freetype::sync_vfunc()` and test if this would work, please....

The test file can be helpful. https://github.com/synfig/synfig/issues/3387#issuecomment-2746256143

> Perhaps `Layer_Freetype::sync_vfunc()` should have a "global" mutex to avoid use of the same `FT_Face face` and/or `hb_font font` in multiple threads. Better yet, a mutex for each cached face/font....

I tested this issue and was unable to reproduce the crash. My setup: OS: macOS Sequoia 15.3.1 Installation Method: dmg installer from gumroad (https://synfig.gumroad.com/l/synfig) Application Version: SynfigStudio-1.4.5 (built on May...

I would like to know if the maintainers approve of this feature request.

The dependency_collector doesn't include the suggestions provided for #3535 yet.