English 中文(简体)
在 svg 文本上自动丢弃阴影
原标题:unwanted drop shadow on svg text
  • 时间:2012-05-24 06:43:59
  •  标签:
  • html
  • text
  • svg

在我的 SVG 文本上有一个奇怪的阴影。 我在亚马逊购买的参考指南没有任何答案。 我似乎不知道它是如何到达那里的, 以及如何去掉它。 没有应用任何过滤器, 也没有标记匹配纯文本的例子 。

heres the text element: <text class="noToggle" data-nodetitle="Node 1" lengthAdjust="spacingAndGlyphs" x="510" y="420" textLength="230" fill="#d90000">Node Title Goes Here</text>

最佳回答

如果您想要摆脱白色阴影,您可以控制小汽车的Cs, 并设置为零, 例如 :

<p style="text-shadow: none">This text used to have a white shadow</p>
问题回答

我将问题追溯到 jQuery 移动 1. 1.1. 。 它正在继承 jQm 应用 1px 白色文本阴影的 身体 div 风格规则 。 我并不知道 SVG 文本会受到此特定 cs 风格规则的影响 。 显然, 在 染色体 和 safari Webkit 浏览器中, 它可以 。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签