To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102417





------- Additional comments from sd...@openoffice.org Mon Jun  1 15:18:18 +0000 
2009 -------
Just to conclude a bit after a diff: seems Windows OOO and Ubuntu OOO export
quite different sgv's:
1) The coordinates seem completely different; compare:
<path d="M 828,131 C 761,74 697,34 ... (Windows) 
vs.
<path d="M 414,-20 C 305,-20 224,9 ... (Ubuntu)
for the very same object.

2) Windows seems to insert duplicate paths; compare (again for same elements): 
(Windows)
                <g style="stroke:none;fill:rgb(153,204,255)">
                    <path d="M 1623,2764 L 1,2764 1,1 3244,1 3244,2764 1623,2764
Z"/>
                </g>
                <g style="stroke:rgb(0,0,0);fill:none">
                    <path style="fill:none" d="M 1623,2764 L 1,2764 1,1 3244,1
3244,2764 1623,2764"/>
                    <path style="fill:none" d="M 1623,2764 L 1,2764 1,1 3244,1
3244,2764 1623,2764"/>
                </g>

(Ubuntu)
                <g style="stroke:none;fill:rgb(153,204,255)">
                    <path d="M 4543,4003 L 7786,4003 7786,6766 4543,6766
4543,4003 Z"/>
                </g>
                <g style="stroke:rgb(0,0,0);fill:none">
                    <path style="fill:none" d="M 6164,6766 L 4543,6766 4543,4003
7786,4003 7786,6766 6164,6766"/>
                </g>

3) Windows has sometimes extra nodes, that Ubuntu export doesn't have: compare: 
(Windows): 

    <g visibility="visible" id="Default">
        <desc>Master slide</desc>
        <g style="stroke:none;fill:none">
            <rect x="986" y="986" width="21620" height="28970"/>
        </g>
    </g>

(Ubuntu)

    <g visibility="visible" id="Default">
        <desc>Master slide</desc>
    </g>






---------------------------------------------------------------------
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: issues-unsubscr...@graphics.openoffice.org
For additional commands, e-mail: issues-h...@graphics.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to