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
the bounding box for an "empty base glyph" would be (0,0,0,0) but I think you actually want it unbounded, i.e. (float("-inf"), float("-inf"), float("+inf"), float("+inf"))
Need to check the spec for details. blackrenderer currently relies on having a ClipBox or a base glyph bounding box.
The text was updated successfully, but these errors were encountered: