From matthew@... Sun May 31 13:06:28 2009
Return-Path: <matthew@...>
X-Sender: matthew@...
X-Apparently-To: canvas-developers@yahoogroups.com
X-Received: (qmail 40588 invoked from network); 31 May 2009 20:06:26 -0000
X-Received: from unknown (69.147.108.200)
by m1.grp.sp2.yahoo.com with QMQP; 31 May 2009 20:06:26 -0000
X-Received: from unknown (HELO relay.pcl-ipout02.plus.net) (212.159.7.100)
by mta1.grp.re1.yahoo.com with SMTP; 31 May 2009 20:06:25 -0000
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: ApoEAEOAIkrUnw6U/2dsb2JhbADMIIQMBQ
X-Received: from fhw-relay07.plus.net ([212.159.14.148])
by relay.pcl-ipout02.plus.net with ESMTP; 31 May 2009 21:05:14 +0100
X-Received: from [87.114.43.198] (helo=[192.168.48.2])
by fhw-relay07.plus.net with esmtp (Exim) id 1MArHJ-0004MT-EC
for canvas-developers@yahoogroups.com; Sun, 31 May 2009 21:05:09 +0100
Message-Id: <E50A1AD4-E9C5-4B51-8D5C-3DB8DCA876ED@...>
To: canvas-developers@yahoogroups.com
In-Reply-To: <af8726440905311230v52e93fe7qa7ae674019dca4ad@...>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
Content-Transfer-Encoding: 7bit
Mime-Version: 1.0 (Apple Message framework v930.3)
Date: Sun, 31 May 2009 21:05:13 +0100
References: <af8726440905311230v52e93fe7qa7ae674019dca4ad@...>
X-Mailer: Apple Mail (2.930.3)
X-Plusnet-Relay: 19ee7848af7bce87de807e2245adf917
X-Originating-IP: 212.159.7.100
X-eGroups-Msg-Info: 1:12:0:0:0
From: Matthew Westcott <matthew@...>
Subject: Re: [canvas-developers] Line style?
X-Yahoo-Group-Post: member; u=143942925; y=FKS9PnllurYv9nU8-oadvGfQcc4JnQfZ6DcVGmGl3jpA6zBq
X-Yahoo-Profile: mmmgasman
On 31 May 2009, at 20:30, Richard Heyes wrote:
> Hi,
>
> Is it too late to suggest additions to the canvas spec? And if not
> does any one know who the best person to suggest them to is?
>
That would be the WHATWG mailing list: http://www.whatwg.org/mailing-list#specs
According to the FAQ, the editor of the HTML5 spec (of which canvas is
a part) expects it to reach W3C candidate recommendation status around
2012, and will not be fully finalised until 2022 or later, so there's
plenty of time to get your requests in :-) http://wiki.whatwg.org/wiki/FAQ#When_will_HTML_5_be_finished.3F
(And anyhow, I'm sure there's going to be an HTML6 proposal by then...)
> Like
> others I think I would find being able to specify the line style
> rather useful. Eg:
>
> context.lineStyle = 'solid'; // Default
> context.lineStyle = 'dotted';
> context.lineStyle = 'dashed';
>
That seems like a rather surprising omission (if indeed it is an
omission) - Canvas's drawing capabilities are usually in step with
SVG, which does have that feature. From a quick scan through the spec,
it looks like strokeStyle set to a CanvasPattern might possibly do the
job, although it is a bit unclear.
Hi, Is it too late to suggest additions to the canvas spec? And if not does any one know who the best person to suggest them to is? Like others I think I would...
Richard Heyes
richard.heyes@...
May 31, 2009 7:31 pm
... That would be the WHATWG mailing list: http://www.whatwg.org/mailing-list#specs According to the FAQ, the editor of the HTML5 spec (of which canvas is a...