GenerallyHelpfulSoftware / SVGgh

A framework for using SVG artwork in iOS Apps. Includes a UIView and a button class, printing and PDF export.
MIT License
141 stars 38 forks source link

Support text-decoration #20

Closed grhowes closed 8 years ago

grhowes commented 8 years ago

The following SVG snippet doesn't render with an underline

Should be Underlined

It seems as though Core Text will allow me to support underline, but not strikethrough, or over line. Don't get me started about blink.

grhowes commented 8 years ago

Underline now supported with commit 'e870411'