[Webkit-unassigned] [Bug 35219] SVG stroke gradients do not render on axis-aligned paths

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 10 08:16:59 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=35219


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX
                 CC|                            |krit at webkit.org




--- Comment #3 from Dirk Schulze <krit at webkit.org>  2010-03-10 08:16:59 PST ---
This is the correct behavior for SVG 1.1. See 
http://www.w3.org/Graphics/SVG/Test/20061213/htmlObjectHarness/full-pservers-grad-17-b.html
"Lines don't have a boundingbox, since they are one-dimensional, even though
the stroke-width makes it look like they should have a boundingbox with
non-zero width and height. "

Normaly the gradient should just be ignored (and therefore transparent). And
this is the current behavior of Opera. Paradoxical we added the black stroke
because of the previous behavior of Opera, see also bug 11017.

We won't change anything on the current behavior until SVG 1.1SE is finished or
Firefox does the same like Opera.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list