Martin Capitanio
Martin Capitanio
RFC: write the C part to an #included external file. It's easier to read and probably gives more luck to get useful CGo error messages.
CGO needs another headers `38: error: 'EGLClientPixmapHI' undeclared (first use in this function)` relevant cgo bug: cmd/cgo: request for better error messages http://code.google.com/p/go/issues/detail?id=8442
EDIT: stay technical Another option to look for is to manage the memory on C side and use runtime.SetFinalizer, see: https://groups.google.com/d/msg/golang-dev/pIuOcqAlvKU/5Lm8fRaGtRoJ
2961 fixed
@hermet 2192 - has still this gradient-inverted issue
> Ah confused. 2192 is also fixed in the master branch. @mgrudzinska , @hermet The _gradientTransform matrix_ seems to be not correct supported? Here it should flip the gradient. (08b833b5bb8d94366a3feacd0b781531171cf933)...
> @capnm please give more details, example svg. gradientTransform is supported. from [this](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/gradientTransform) sample skew is not supported, but all the samples from this issue seems to be ok, don't...
Oh I see In the mozilla example isn't also _transform: translateX(220px);_ in tvg working ... I compiled Godot with the current tip, your PR change is inside. Sorry Godot took...
E.g. Godot Quit deadlock ``` ^C Thread 1 "godot.linuxbsd." received signal SIGINT, Interrupt. __pthread_clockjoin_ex (threadid=140736857073408, thread_return=0x0, clockid=, abstime=, block=) at pthread_join_common.c:145 145 pthread_join_common.c: No such file or directory. (gdb) bt...
godot-git$ git grep "private ThorVG" ``` modules/text_server_adv/thorvg_bounds_iterator.cpp:53: // This function uses private ThorVG API to get bounding box of top level children elements. modules/text_server_fb/thorvg_bounds_iterator.cpp:53: // This function uses private ThorVG...