We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff56034 commit 888bf20Copy full SHA for 888bf20
src/plots/font_attributes.js
@@ -96,9 +96,10 @@ module.exports = function(opts) {
96
'expanded',
97
'extra-expanded',
98
'ultra-expanded',
99
- '50%',
100
- '100%',
101
- '200%',
+ // TODO: Do we want to add numeric options e.g. '50%' and '200%'?
+ // If so please note that those values are not supported in gl3d
+ // since vectorize-text uses CanvasRenderingContext2D fontStretch
102
+ // https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/fontStretch)
103
],
104
dflt: 'normal',
105
description: [
0 commit comments