Closed
Bug 529867
Opened 15 years ago
Closed 15 years ago
Support css property text-shadow for elements within <svg>
Categories
(Core :: SVG, enhancement)
Tracking
()
RESOLVED
DUPLICATE
of bug 889235
People
(Reporter: s3lance, Unassigned)
Details
Attachments
(1 file)
693 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_2; en-us) AppleWebKit/532.4 (KHTML, like Gecko) Version/4.1 Safari/532.4
Build Identifier:
text shadows doesn't show up if I apply text-shadow on the <svg> node, and any nodes within
Reproducible: Always
Text shadow displayed on any text element outside <svg>
Text shadow not displayed if applied on <svg> or any element within <svg>
Comment 2•15 years ago
|
||
The CSS that SVG should support is defined in the specification here: http://www.w3.org/TR/SVG/propidx.html
If you want text-shadow added to a subsequent version of the SVG specification you need to take that up with the w3c SVG working group. The good news for you is that the SVG WG are considering what to have in SVG 2.0 right now.
In the meantime there are SVG ways to do shadows e.g. http://www.xml.com/pub/a/2004/06/02/svgtype.html
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Updated•12 years ago
|
Resolution: INVALID → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•