Re: [whatwg] Stroking algorithm in Canvas 2d

On Sun, Oct 27, 2013 at 10:36 PM, Rik Cabanier <cabanier@gmail.com> wrote:

>  The outline should be done in such a way that it is not affected by
> winding.
>

Why is that important? Enforcing that can add a lot of complexity to cases
of self intersecting strokes, or line caps that overlap (
http://jsfiddle.net/aBmZ4/2/).  Today, these problems are easy to solve
correctly by using a non-zero fill.

Received on Monday, 28 October 2013 14:05:09 UTC