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
FIX: correctly handle generic font families in svg text-as-text mode
This:
- expands the generic fonts families to the user configured specific fonts
in the svg output
- ensures that each font family only appears once per text element in the svg output
- ensures that generic families are unquoted and specific families are
closes#22528closes#23492
0 commit comments