To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=42827
                  Issue #:|42827
                  Summary:|SVG root element has no namespace
                Component:|Drawing
                  Version:|OOo 1.1.4
                 Platform:|PC
                      URL:|
               OS/Version:|Windows XP
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|save-export
              Assigned to:|wg
              Reported by:|kefl





------- Additional comments from [EMAIL PROTECTED] Tue Feb 15 04:01:31 -0800 
2005 -------
The SVG generated by the SVG export function does not have a namespace specified
in the root element. This causes SVG files generated by OO to be rejected by
some programs: the two I know about are:

 - Inkscape SVG editor
 - RenderX XEP XSL-FO Processor

In both cases, editing the output SVG file and replacing:

<svg width="62mm" height="26mm" viewBox="0 0 6200 2600">

with

<svg xmlns="http://www.w3.org/2000/svg"; width="62mm" height="26mm" viewBox="0 0
6200 2600">

(for example)

solves the problem.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to