You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original issue 132 created by eaburns on 2013-07-08T11:26:19.000Z:
Currently, plot.New returns an error if it cannot find the default font. There are two concerns here: 1) if the default font will remain unexported then this might as well be a panic, and 2) we should support drawing plots that do not contain any text if the fonts aren't actually installed.
My plan is: export the defaultFont variable, leave the error return on plot.New, and change plot and vg so that, if the fonts aren't installed, they only error if/when text is actually drawn.
The text was updated successfully, but these errors were encountered:
Original issue 132 created by eaburns on 2013-07-08T11:26:19.000Z:
Currently, plot.New returns an error if it cannot find the default font. There are two concerns here: 1) if the default font will remain unexported then this might as well be a panic, and 2) we should support drawing plots that do not contain any text if the fonts aren't actually installed.
My plan is: export the defaultFont variable, leave the error return on plot.New, and change plot and vg so that, if the fonts aren't installed, they only error if/when text is actually drawn.
The text was updated successfully, but these errors were encountered: