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
There are some problems with the resolution of font family names that cause existing SVG files to render improperly.
The CSS Fonts 3 specification says that font family names must be matched case-insensitively (section 5.1). It also requires several standard font family names to be recognized: serif, sans-serif, cursive, fantasy, and monospace. These are not exactly the same as the default Java font family names, esp. Sans Serif (which is the default value in Text.java).
The text was updated successfully, but these errors were encountered:
There are some problems with the resolution of font family names that cause existing SVG files to render improperly.
The CSS Fonts 3 specification says that font family names must be matched case-insensitively (section 5.1). It also requires several standard font family names to be recognized: serif, sans-serif, cursive, fantasy, and monospace. These are not exactly the same as the default Java font family names, esp. Sans Serif (which is the default value in Text.java).
The text was updated successfully, but these errors were encountered: