mikolalysenko / vectorize-text

Turns a text string into a 2D poly line
MIT License
310 stars 21 forks source link

Support for Missing SVG Font and Text Attributes #5

Open skibulk opened 8 years ago

skibulk commented 8 years ago

There are many font and text properties in the SVG spec. Several of them are missing from your list of supported options. Will you add support for the following?

Font properties: ‘font-size-adjust’ ‘font-stretch’

Text properties: ‘direction’ ‘letter-spacing’ ‘text-decoration’ ‘unicode-bidi’ ‘word-spacing’ ‘alignment-baseline’ ‘baseline-shift’ ‘dominant-baseline’ ‘glyph-orientation-horizontal’ ‘glyph-orientation-vertical’ ‘kerning’ ‘text-anchor’ ‘writing-mode’

mikolalysenko commented 8 years ago

Yeah, it isn't comprehensive. If you want to add a few more options I'll accept a PR.