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
I guess I didn't dig deep enough into the SVG Font spec - you are right! The danger with everything SVG Font related, though, is that it's totally deprecated, so support for it quite possibly could be non-existent, or not complete.
I agree with having an option for export. Some online font converters may not know about the comma separated u1 and u2 attributes.
Ambitious goal for import: even if they aren't grouped, infer grouping by trying to collapse down common pairs.
Since
hkern
in SVG may contain groups of targets inu1
andu2
attributes (delimited by,
), kerning groups could be supported in SVG in- and exports.This behaviour should be default for imports and optional for exports.
The text was updated successfully, but these errors were encountered: