Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

狀況

假設您有包含有資料標記的線條元素的 SVG 文件。然後,您會在 Internet Explorer 11 中開啟 SVG 文件。當更新 SVG 內容時,透過指令碼 (例如,透過 onmouseover 」 和 「 onmouseout 」 事件) 時,則行標記可能會消失。

解決方案

更新資訊

若要解決這個問題,請安裝最新的 Internet Explorer 累積安全性更新。若要執行這項操作,請安裝這些更新。此外,請參閱技術資訊,瞭解有關 Internet Explorer 最新的累積安全性更新

注意第一次中的年 11 月累積安全性更新的 Internet Explorer (MS14-065)包含此更新程式。

更多的資訊

例如,可以 SVG 文件包含下列的程式碼中會發生這個問題︰

<svg xmlns="http://www.w3.org/2000/svg" viewBox = "0 0 4000 2000" version = "1.1"><defs>
<marker id = "StartMarker" viewBox = "0 0 12 12" refX = "12" refY = "6" markerWidth = "3" markerHeight = "3" stroke-width = "2" orient = "auto">
<circle cx = "6" cy = "6" r = "5"></circle>
</marker>

<marker id = "EndMarker" viewBox = "0 0 10 10" refX = "5" refY = "5" markerUnits = "strokeWidth" markerWidth = "3" markerHeight = "3" stroke-width = "2" >
<rect x = "0" y = "0" width = "10" height = "10"></rect>
</marker>

<marker id="Circle" viewBox="0 0 10 10" refX="4" refY="10" markerUnits="strokeWidth" markerWidth="6" markerHeight="6" orient="auto">
<circle cx="5" cy="5" r="5" fill="black" ></circle>
</marker>

<marker id="Rect" viewBox="0 0 20 20" refX="0" refY="10" markerUnits="strokeWidth" markerWidth="10" markerHeight="10" orient="auto">
<rect width="10" height="10" fill="grey" ></rect>
</marker>
</defs>

<path id="path1" d = "M 200 250 L 700 100 " fill = "none" stroke = "black" stroke-width = "50" marker-start = "url(#StartMarker)" marker-mid = "url(#MidMarker)" marker-end = "url(#EndMarker)" onmouseover="this.style.stroke = 'blue';" onmouseout="path1.style.stroke = 'red';"></path>
</svg>

狀態

Microsoft 已確認這是<套用>一節所列出的 Microsoft 產品的問題。

參考

請參閱 Microsoft 會使用來描述軟體更新術語

Need more help?

Want more options?

探索訂閱權益、瀏覽訓練課程、瞭解如何保護您的裝置等等。

社群可協助您詢問並回答問題、提供意見反應,以及聆聽來自具有豐富知識的專家意見。

Was this information helpful?

How satisfied are you with the translation quality?
What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×