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


User aw changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |STARTED
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Feb 25 13:55:07 -0800 
2005 -------
AW: I will investigate.
First thing: When OOo/SO is exporting a polygon, it always creates fitting pairs
of svg:width, svg:height, svg:viewBox and draw:points. E.g. a triangle at pos
(2,2) and with width and height of (5,5) creates:
    svg:width="5cm" svg:height="5cm" 
    svg:x="2.xxcm" svg:y="2.yycm" 
    svg:viewBox="0 0 5501 5001" 
    draw:points="0,0 5500,0 0,5000"
(the xx and yy is the page offset to the page frame). So, the polygon is
unrotated, unsheared and untranslated, but scaled. The ViewBox just describes
the polygon dimensions. That's how all OOo/SO created files look.
Now for the import...

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