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

litherum has just created a new issue for https://github.com/w3c/svgwg:

== [svg-native] Support for font variations? ==
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?

Please view or discuss this issue at https://github.com/w3c/svgwg/issues/677 using your GitHub account

Received on Thursday, 18 April 2019 15:40:27 UTC