Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[svg-native] Support for font variations? #677

Open
litherum opened this issue Apr 18, 2019 · 1 comment
Open

[svg-native] Support for font variations? #677

litherum opened this issue Apr 18, 2019 · 1 comment

Comments

@litherum
Copy link
Contributor

One of the use cases for SVG Native is color fonts. “Variable fonts” is an unrelated technology allowing the contents of a glyph to be sensitive to a collection of floating-point parameters. For example, a “weight” parameter can modify the control points of a path so that the shape gets thicker.

Is support for this desirable in the first place?

It may be the case that support for this facility is best handled in the OpenType spec, instead of the SVG native spec. We should work with OpenType to determine where the best place for this would be.

There are many ways SVG could respond to these variations. Should any value of any attribute of any element be able to respond to these values? How much of the existing font infrastructure should we be trying to re-use?

@dirkschulze
Copy link
Contributor

IMO we should have a concrete proposal for font variations first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants