Sergey Linev

Results 172 comments of Sergey Linev

> There is only one thing I couldn't figure out -- how to link against libpng ... so I just added -lpng into cmake file for graf3d/gl/. Please help me...

> to figure out how to handle the case when $ROOTSYS is not writable One can try to load fonts from current directory. http server uses `http://server/currentdir/` alias for files...

In my mind, procedure can be: 1. Before starting server and display window, one creates fonts from TTF file and put them in current directory. Like `REveManager::CreateFonts(....)`. 2. Enable usage...

> Hmmh, so you don't want to give me an active directory? :) For the moment there is no direct support of such feature with `RWebWindow`. But can be provided...

@alja @osschar Grate! Now it compiles! Last question. Why you include `TGLSdfFontMaker` into `libGL`? It creates dependency of `libGL` from `libAfterImage` and indirectly from many libs like `libpng`, `libjpeg`, `libungif`....

Ok, if `libGL` already depends from `libAfterImage` - then it is fine. You may add simple gtest-based code directly for `libGL` - then it will be automatically tested on all...

@ferdymercury In principle, `TGraph2D` already provides set of `x/y/z` points. One only needs: - optional color value for each point, which may be ruled by some palette - optional size...

Dear Qichen, Can you describe in more details which functionality you are missing?

Closing issue. @Dqixol you can reopen it if provide more info that exactly you want to have from JSROOT

Here is content of the file (thanks to @bellenot one can now browse files from forum): https://root.cern/js/latest/?file=https://root-forum.cern.ch/uploads/short-url/vue07kduqCLe9dhZ3MGW8pLWja0.root&item=StreamerInfo Seems to be, not `TH1F` but `std::unique_ptr` was written into the file. Not...