To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=97321
User aw changed the following:
What |Old value |New value
================================================================================
Status|STARTED |RESOLVED
--------------------------------------------------------------------------------
Resolution| |FIXED
--------------------------------------------------------------------------------
------- Additional comments from [email protected] Mon Jan 5 11:26:05 +0000
2009 -------
AW: Problem is that for HatchTexturePrimitive3D the decomposition is used in
CutFindProcessor (the 3D HitTestHelper for primitives). That decomposition
produces 3D Lines which are not taken into account in HitTest later.
There are two solutions:
(a) When no fill, add a HitTestPrimitive3D in
HatchTexturePrimitive3D::createLocalDecomposition
(b) Handle HatchTexturePrimitive3D directly in
CutFindProcessor::processBasePrimitive3D and force processing to children (okay
for HitTest)
I used (b) since it's a little bit simpler and avoids extra geometries (which
would not be much since all those geometries are RefCounted anyways).
Implemented, tested, works. Committed. Done.
---------------------------------------------------------------------
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]