Closed
Bug 293785
Opened 20 years ago
Closed 20 years ago
graphics generated in microsoft frontpage wordart are poorly displayed in firefox browser
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: mgander, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
at the page
http://earth.deeplysuperficial.net/report.html the title graphic 'report'
created using microsoft frontpage wordart is distorted when viewed with firefox
browser. when the same page is view with another browser such as internet
explorer the graphic appears crisp and looks perfect.
Reproducible: Always
Steps to Reproduce:
1.goto page
2.look at graphic
3.compare with another browser
Expected Results:
not distorted the image
Comment 1•20 years ago
|
||
look at this image in IE:
http://earth.deeplysuperficial.net/report_files/image001.gif
It's the same as you can see in Firefox.
IE dfisplays it different in your page itself because of the IE propertiery and
non-valid HTML in your page. I would suggest that you use a HTML Editor that
that produces valid code.
-> invalid
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
VML was a microsoft vector markup language who existed before SVG. So i think
that if you want this to work you will need to convert VML to SVG. Have the good
versions or addins of browsers (Firefox SVG builds, Adobe SVG plugins for
Internet Explorer).
And also verify that both browsers support Inline SVG and choose another way to
fallback for older browsers than "if" comments of internet explorer...
You need to log in
before you can comment on or make changes to this bug.
Description
•