[graphics-issues] [Issue 108742] ODF1.2 and OOo differ for value matrix() in transform attribute

2010-06-07 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108742


User cl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |WORKSFORME





--- Additional comments from c...@openoffice.org Mon Jun  7 15:12:57 + 
2010 ---
since the bug is resolved in the current odf spec, this issue can be closed

-
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



[graphics-issues] [Issue 108742] ODF1.2 and OOo differ for value matrix() in transform attribute

2010-06-07 Thread cl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108742


User cl changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from c...@openoffice.org Mon Jun  7 15:13:14 + 
2010 ---
closing

-
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



[graphics-issues] [Issue 108742] ODF1.2 and OOo differ for value matrix() in transform attribute

2010-02-01 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108742





--- Additional comments from t...@openoffice.org Mon Feb  1 12:59:50 + 
2010 ---
@regina: filed as http://tools.oasis-open.org/issues/browse/OFFICE-2400 and
http://tools.oasis-open.org/issues/browse/OFFICE-2401

-
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



[graphics-issues] [Issue 108742] ODF1.2 and OOo differ for value matrix() in transform attribute

2010-01-28 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108742
 Issue #|108742
 Summary|ODF1.2 and OOo differ for value matrix() in transform 
|attribute
   Component|Drawing
 Version|DEV300m70
Platform|PC
 URL|
  OS/Version|Windows XP
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|cl
 Reported by|regina





--- Additional comments from reg...@openoffice.org Thu Jan 28 15:19:23 
+ 2010 ---
ODF1.2 and OOo differ for value matrix() in draw:transform attribute and
dr3d:transform attribute respectively.

You find the following description in ODF1.2, chapter 19.230 in version
Committee Draft 04.
matrix(a b c d e f), specifies a transformation in the form of a
transformation matrix of six values. The values describe a standard 3x2
homogeneous transformation matrix where the right column (c, f) describes
the translation.

With this description the matrix would be in usual mathematical form
a b c
d e f
0 0 1

But OOo interprets the matrix as
a c e
b d f
0 0 1
which gives a different transformation.

The same is true for 3D. In ODF1.2, chapter 19.109 dr3d:transform it is
matrix(a b c d e f g h i j k l): specifies a
transformation in the form of a transformation matrix of twelve values. The
values describe a standard 4x3 homogeneous transformation matrix, where the
right column (d, h, l) defines the transformation.
(The last word should be 'translation'.)
This description results in
a b c d
e f g h
i j k l
0 0 0 1

But OOo uses
a d g j
b e h k
c f i l
0 0 0 1

OOo code is in xmloff/source/draw/xexptran.cxx
around lines 471, 621, 951, 1134

The specifications where the right column (c, f) describes the translation
and where the right column (d, h, l) defines the transformation are
missing in ODF1.1 standard.

So either OOo or the ODF specification has to be changed.

-
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



[graphics-issues] [Issue 108742] ODF1.2 and OOo differ for value matrix() in transform attribute

2010-01-28 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108742


User thb changed the following:

What|Old value |New value

  CC|''|'thb'





--- Additional comments from t...@openoffice.org Thu Jan 28 16:04:44 + 
2010 ---
I think this is a bug in the spec, the column-major order is pretty standard in
standards land - see also svg
(http://www.w3.org/TR/SVG/coords.html#InterfaceSVGMatrix). Would you post a
comment on office-comm...@lists.oasis-open.org describing the issue? Or drop us
a note, we can file a JIRA issue directly.

-
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



[graphics-issues] [Issue 108742] ODF1.2 and OOo differ for value matrix() in transform attribute

2010-01-28 Thread regina
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=108742





--- Additional comments from reg...@openoffice.org Thu Jan 28 16:42:25 
+ 2010 ---
I think, it would be better, if you file a JIRA issue directly. If I write to
office-comm...@lists.oasis-open.org, I fear it might last more than a year till
the problem is handled (like it happened with the Calc problems I reported).

-
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