elm-community / typed-svg

Typed SVG library written for Elm
BSD 3-Clause "New" or "Revised" License
59 stars 16 forks source link

textRendering takes a String, but is an enum #9

Closed rupertlssmith closed 7 years ago

rupertlssmith commented 7 years ago

textRendering takes a String argument like:

textRendering "optimize-legibility"

but the value of the string comes from an enum of possible values:

auto | optimizeSpeed | optimizeLegibility | geometricPrecision | inherit

https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/text-rendering