To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65021
                  Issue #:|65021
                  Summary:|SVG export unsuitable for printing via XSL-FO
                          |processor (XEP)
                Component:|Drawing
                  Version:|OOo 2.0.2
                 Platform:|All
                      URL:|
               OS/Version:|Windows XP
                   Status:|UNCONFIRMED
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|save-export
              Assigned to:|wg
              Reported by:|kevin_flynn





------- Additional comments from [EMAIL PROTECTED] Wed May  3 02:28:29 -0700 
2006 -------
The SVG exported from OOo Draw cannot be included in XSL-FO documents for output
via XEP because there is a lack of width and height information in the root
<svg> element.

An exported drawing with a root element that starts like this:

<svg version="1.1" viewBox="0 0 14910 8255" ...>

can be fixed by manually adding width and height information like this:

<svg version="1.1" width="14.91cm" height="8.255cm" viewBox="0 0 14910 8255" 
...>

As far as I know, the viewbox attribute just provides an abstract co-ordinate
space, and doesn't say anything about the size of the drawing, something which
is needed when outputting to paper (or a paper-based format like PDF). I presume
that is why XEP requires the info.

---------------------------------------------------------------------
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