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
looks like it's using getBounds (the actual bounds, not the control points bounding box which are usually rounded to int already) to set the right margin here:
it's probably as intended and to match defcon API so that should probably stay as is.
The assertions should probably just be removed altogether. It's as if we don't trust our own libs.. PR?
The dottedCircle filter is dying for me, and the reason seems to be due to this assert in
_setGlyphMargin
:I don't know why ufoLib2 is doing that, but maybe the assert should be loosened to within epsilon?
The text was updated successfully, but these errors were encountered: