- From: <bugzilla@jessica.w3.org>
- Date: Thu, 29 Dec 2011 16:32:03 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=15360
Charlie Du <dh20156@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dh20156@gmail.com
OS/Version|other |MacOS X
--- Comment #1 from Charlie Du <dh20156@gmail.com> 2011-12-29 16:32:03 UTC ---
There is a case indicates that the value of a SVG fill attribute does not
follow the <base> href:
<base href="http://www.w3cgroup.com">
<svg version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<radialGradient id="myGradient" fx="0.5" fy="0.5">
<stop offset="0" stop-color="red" stop-opacity="1"/>
<stop offset="1" stop-color="blue" stop-opacity="0"/>
</radialGradient>
</defs>
<circle cx="100" cy="100" r="35" fill="url(#myGradient)" stroke="none"/>
</svg>
It could be duplicated on Mac OS X 10.6.8 / Safari 5.1.2
http://www.jslab.org.cn/?tag=inconsistentBetweenFillAndBase
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 29 December 2011 16:32:11 UTC