Comment 18 for bug 88605

Revision history for this message
In , Freedesktop (freedesktop) wrote :

(In reply to comment #8)
> Created an attachment (id=9173) [details]
> Minimal SVG test case to demonstrate bug
>
> Here's the minimal SVG test case I've been able to write to demonstrate the
> bug.
>
> Oddly enough, when I've written the trivial transliteration of this SVG file to
> a C test case, it's not triggering the bug. Still looking...

Yeah, cause my first guess was that, I tried stroke-width of zero and all epsilons greater than zero. It worked. Either got 4 different points in the pen, or the pen code was not called at all.

> -Carl