[Webkit-unassigned] [Bug 139451] New: Only when the SVG is inline and only when a shape is referenced before it is defined, this shape will not be drawn
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Dec 9 11:06:03 PST 2014
https://bugs.webkit.org/show_bug.cgi?id=139451
Bug ID: 139451
Summary: Only when the SVG is inline and only when a shape is
referenced before it is defined, this shape will not
be drawn
Classification: Unclassified
Product: WebKit
Version: 528+ (Nightly build)
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: SVG
Assignee: webkit-unassigned at lists.webkit.org
Reporter: sabouhallawa at apple.com
CC: zimmermann at kde.org
Created attachment 242942
--> https://bugs.webkit.org/attachment.cgi?id=242942&action=review
<defs> after <use> (inline)
Open the attached test cases in WebKit.
Result: When the SVG is inline (included in an HTML) and when a shape is referenced before it is defined, this shape will not be drawn. When the same SVG (the one which has the <defs> comes after the <use>) is opened by itself in WebKit, everything is drawn as expected.
Expected: Regardless whether the SVG is inline or not and regardless whether the shapes are defined before they are referenced or after they are referenced, the shapes should be drawn.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141209/f445bd71/attachment-0002.html>
More information about the webkit-unassigned
mailing list