Re: [whatwg] gradient edge case

While on the topic, it seems like reflected linear gradients would be quite
handy -- insert an "edge" into the stop-sequence and then reflect or repeat
from there.

Cheers
David

-----Original Message-----
From: whatwg-bounces@lists.whatwg.org
[mailto:whatwg-bounces@lists.whatwg.org] On Behalf Of Rik Cabanier
Sent: Saturday, September 01, 2012 9:59 PM
To: whatwg; public-canvas-api@w3.org
Subject: [whatwg] gradient edge case

All,

Currently the canvas spec specifies the following:

If x0 = x1 and y0 = y1, then the linear gradient must paint nothing.

and

If x0 = x1 and y0 = y1 and r0 = r1, then the radial gradient must paint
nothing

Why is this? It seems that the gradient should just be a line or circle that
has the first colorstop's on the left/inside and the last colorstop's color
on the right/outside.

Rik

Received on Sunday, 2 September 2012 02:07:45 UTC