Closed
Bug 520133
Opened 16 years ago
Closed 16 years ago
Arrow head not drawn in an exported SVG file from Visio 2007
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
DUPLICATE
of bug 320280
People
(Reporter: lapsap7+mz, Unassigned)
Details
Attachments
(2 files)
The attached SVG file is made by Visio 2007 (with a little modification: xmlns:xlink="http://www.w3.org/1999/xlink" attribute is added inside SVG element)
The SVG is supposed to have an arrow inside it. But when viewed within FF 3.5.3, the arrow head is missing. Viewing it within Adobe's SVG Viewer (within IE) has no problem.
| Reporter | ||
Comment 1•16 years ago
|
||
Comment 2•16 years ago
|
||
See in particular bug 320280 comment 4. Visio is known to be broken in this regard. Workaround in bug 320280 comment 5.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 3•14 years ago
|
||
For the record, that comment 5 does not give a direct answer, so here is the workaround:
Inside SVG file, there's an inline style element beginning with
<style type="text/css">
<![CDATA[
Add the following style inside that element:
marker { overflow: visible !important; }
However, I'm not expert in SVG, so I can't tell if this bug is a duplicate of bug 320280 or not. Nor could I tell if this bug is a "non-conformance" to the SVG spec or not. All I could see is that the SVG file I uploaded is displayed correctly in Adobe SVG viewer AND in Inkscape.
Does that mean Adobe SVG viewer and Inkscape do not conform to SVG spec?
OS: Windows NT → All
Hardware: x86 → All
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•