Closed
Bug 550429
Opened 16 years ago
Closed 16 years ago
SVG gradients in a base64 encoded svg referenced in an object tag are ignored
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 308590
People
(Reporter: Sachiko5434, Unassigned)
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2) Gecko/20100115 Firefox/3.6 (.NET CLR 3.5.30729)
When I include a SVG in xhtml by using an object tag that has an base64 encoded SVG as data, the gradients inside the svg are ignored and the svg-element with the fill attribute pointing to the gradient is just shown as a black area.
Reproducible: Always
Steps to Reproduce:
1.Create SVG with gradients
2.Create base64 encoded string from svg
3.Include String into data attribute of an object-tag inside xhtml
Actual Results:
black area inside the image
Expected Results:
correctly shown gradient
Updated•16 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•