- From: Justin Novosad <junov@google.com>
- Date: Thu, 18 Apr 2013 15:58:31 -0400
- To: WHAT Working Group <whatwg@whatwg.org>
This is a really simple proposal to add support for text decorations in 2D canvas contexts. IDL to add to interface CanvasDrawingStyles: attribute DOMString textDecoration; It would support all the same modes as the 'text-decoration' CSS property (except inherit), and default would be 'none'. What say y'all?
Received on Thursday, 18 April 2013 19:58:58 UTC