Closed
Bug 174986
Opened 22 years ago
Closed 22 years ago
<EMBEDing SVG file causes crash
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 133567
People
(Reporter: dirving, Assigned: rubydoo123)
References
()
Details
Having installed the Adobe SVG Viewer from www.adobe.com/svg/viewer/install/
Using the following html page... (both the shown embed tag, and the other 3
commented embed/object tags causes the browser to crash, although opening the
svg file directly works ok.
Netscape 7 crashes immediately. Mozilla 1.2a crashes immediately. Netscape 6.1
crashes on exit from the browser. Internet Explorer works ok.?
The SVG file content is shown after the html code.
<html>
<body>
<table width="1000" height="800" border="1"><tr><td>
<embed width="950" height="700" name="pattern" type="image/svg-xml"
src="./cddemo.svg" pluginspage="http://www.adobe.com/svg/viewer/install/"></embed>
<!--1 <embed type="image/svg-xml" src="./cddemo.svg"> -->
<!--2 <embed src="./cddemo.svg"> -->
<!--3 <object type="image/svg-xml" data="./cddemo.svg" NAME="Pattern"
width="950" height="700"></object> -->
</td></tr>
</table>
</body>
</html>
SVG file as follows.
<?xml version="1.0" encoding="UTF-8"?>
<svg width="24cm" height="16cm" viewBox="0.0 0.0 100 100">
<g fill="none" stroke-width="0.1" >
<circle cx="30.0" cy="30.0" r="20.500" stroke="black" />
<polyline stroke="magenta" points="10.75,10.23 80.110870,80.952" />
</g>
</svg>
Comment 1•22 years ago
|
||
isn't this in the release notes ?
*** This bug has been marked as a duplicate of 133567 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•