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





------- Additional comments from [EMAIL PROTECTED] Mon Feb 28 08:03:23 -0800 
2005 -------
AW: Okay, 
- ObjectSize is inited with viewBox width/height, if svg:width/svg:height is not
zero, it will replace ObjectSize.
- ObjectPosition is inited by viewBox:x,y
- bool bScale is true, if ObjectSize != viewBox:width/height
- bool bTranslate is true, if viewBox:x,y != 0L
- xIn: point from draw:points
- xOut: point for returing pointSequence

xOut = ObjectPos.x + (((xIn - viewBox:x) * ObjectSize.width)/viewBox.width)
yOut = ObjectPos.y + (((yIn - viewBox:y) * ObjectSize.height)/viewBox.height)

That poly is the feeded to SdrPathObj::TRSetBaseGeometry.

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