GR.jl icon indicating copy to clipboard operation
GR.jl copied to clipboard

Calling a non-existent font number causes a segmentation fault

Open kojix2 opened this issue 3 years ago • 0 comments

Hi @jheinen and GR.jl developers!

Thank you for the new font setting feature. I ported the font setting function to GR.rb and found the following error.

import GR
GR.settextfontprec(235,3)
GR.text(0.1, 0.1, "blabla") # Segmentation fault

As you probably already know, but I respectfully report to you.

kojix2 avatar Nov 22 '20 00:11 kojix2