vega / vl-convert

Utilities for converting Vega-Lite specs from the command line and Python
BSD 3-Clause "New" or "Revised" License
96 stars 12 forks source link

Fix width measurement of empty text #25

Closed jonmmease closed 1 year ago

jonmmease commented 1 year ago

Fix for example https://altair-viz.github.io/gallery/line_with_log_scale.html

The issues was a width measurement failure for empty text. Associated test case added