[graphics-issues] [Issue 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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


User wg changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from w...@openoffice.org Wed Jun  2 09:18:04 + 
2010 ---
Verified in CWS.

-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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


User aw changed the following:

What|Old value |New value

 Assigned to|aw|wg





--- Additional comments from a...@openoffice.org Fri May 28 10:38:38 + 
2010 ---
AW: Checked in CWS aw081, works as expected.
AW-WG: Please verify.

-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

2010-05-27 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111392


User aw changed the following:

What|Old value |New value

Target milestone|OOo 3.x   |OOo 3.3





--- Additional comments from a...@openoffice.org Thu May 27 12:33:19 + 
2010 ---
AW: Adapted target

-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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





--- Additional comments from a...@openoffice.org Fri May  7 14:31:06 + 
2010 ---
AW: To be able to work, i have temporarily commented out
vcl/source/glyphs/graphite_layout.cxx ln 248 where the non-pro DEV300 m77 still
crashes.

AW: Have now sorted out the problem. The FontSize (part of transformation in
text primitive) and the DXArray are independent as described in #i100514#.
Adapted description in TextSimplePortionPrimitive2D accordingly and extensive to
explain that.
To get impDecomposePathTextPrimitive working two things are needed to adapt the
DXArray from the flat layouted text coming from EditEngine in DrawPortionInfos.
First, when splitting in text portions, the right part of the original needs to
be extracted and translated to the start offset of the portion (as in the
patch). Second, if XFT_AUTOSIZE is used to scale the text to the curce length,
this has to be applied to the DXArray, too, but not the FontScaling tself as
described in the patch.
It is also necessary to correct impPathTextPortion::impPathTextPortion where
(overlooked from #i100514#) the scaling of theDXArray was resetted to unit
coordinates.
All of this did not show up in western languages since the portion length is
alwas 1 there; thus neither a wrong offset nor a wrong scaling in a DXArray took
any effect. A DXArray only makes any effect when the portion is more than 1
character.

Thanks go to kstribley for finding the problem at all. Seems like not too many
people use CTL and the old FontWork (better called: Text on curve).

-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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


User aw changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from a...@openoffice.org Fri May  7 14:39:37 + 
2010 ---
AW: Added two more changes:
- Create no DXArray at all for 1 == GlyphLengths
- Create it only once for shadow and/or text on curve

Checking in changes, 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: 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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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


User hdu changed the following:

What|Old value |New value

 IssuesThisDependsOn|  |111460





-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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


User aw changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from a...@openoffice.org Thu May  6 13:25:04 + 
2010 ---
AW: Looking in resynched version (m77) now, re-installing fonts, added to CWS
aw081...

-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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





--- Additional comments from a...@openoffice.org Thu May  6 13:34:39 + 
2010 ---
AW: One argument for the offset being correct is that i do the same in
TextDecoratedPortionPrimitive2D::impSplitSingleWords where the words are split
in preparation of the decomposition of a TextDecoratedPortionPrimitive2D into
TextSimplePortionPrimitive2D's, so this seems correct. It did not show up in
western cases since here each character breaks to just one DXArray entry which
is then not really influencing the text position at all when rendering. It looks
different with two or more entries per character, though.
OTOH i think the scaling is wrong; it's already added to the transformation
building the base for the TextSimplePortionPrimitive2D.
Checking further...

-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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





--- Additional comments from a...@openoffice.org Thu May  6 13:44:59 + 
2010 ---
AW-HDU: I am now on a DEV300m77 WIN32 nonpro, and when the fonts are installed,
office crashes when loading the bugdoc, i'll sent You a stack per eMail.
Removing the fonts allows document loading without a crash (as proof). What to
do...?

-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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


User hdu changed the following:

What|Old value |New value

  OS/Version|Linux |All

Platform|Unknown   |All





--- Additional comments from h...@openoffice.org Thu May  6 14:11:59 + 
2010 ---
@aw: see issue 110806 and its patch: stlport_debug asserts about a dubious 
iterator manipulation. On a 
non-pro this iterator manipulation results in the same code as the patched 
code, though.

-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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





--- Additional comments from a...@openoffice.org Thu May  6 16:39:56 + 
2010 ---
AW: Checked against #i100514# where i cleanedup FontScaling and DxArray
handling. The current description at TextSimplePortionPrimitive2D for maDXArray
is wrong; it does not contain FontScaling independent unit sizes, but logical
sizes. This is handled correctly in the renderers and from text primitive
creators throughout the office, but not from impDecomposePathTextPrimitive where
i seem to have forgotten to change it when cleaning up. This did not show up
since for western fonts always single chars are created where it has no
influence at all with the unified values only used as start values.

I need to change the description at TextSimplePortionPrimitive2D for maDXArray
and adapt DXArray handling in impDecomposePathTextPrimitive. Then the
translation part of the patch is okay and it is clear why the scaling part was
currently needed...

-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

2010-05-05 Thread kstribley
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=111392
 Issue #|111392
 Summary|Glyphs within a cluster (cell) are rendered on top of 
|each other when drawn along an arc with FontWork
   Component|Drawing
 Version|DEV300m73
Platform|Unknown
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|graphicsneedsconfirm
 Reported by|kstribley





--- Additional comments from kstrib...@openoffice.org Wed May  5 10:22:28 
+ 2010 ---
Text on a curve containing multiple spacing glyphs in a cell cluster has all the
glyphs within a cell drawn on top of each other. This is fine if the glyphs have
the same x-offset, but not if they are spacing marks.

The attached file shows an example using 2 different Myanmar fonts. One uses
Graphite for rendering, the other OpenType and both exhibit the same bug
indicating it is not a problem with the rendering engine. The text consists of 8
code points in 4 cells of 2 glyphs each.

Fonts are available from:

http://scripts.sil.org/Padauk
http://www.myanmarnlp.net.mm/

Further analysis suggests that it is due to an incorrectly scaled DXArray which
is rounded to have zero values as passed in from
drawinglayer/source/processor2d/vclprocessor2d.cxx 
VclProcessor2D::RenderTextSimpleOrDecoratedPortionPrimitive2D(). Indeed, the bug
goes away if the DX array is disabled. 

However, I think the real bug is in 
svx/source/svdraw/svdotextpathdecomposition.cxx 
where the dx array needs to have the cumulative offset from preceding clusters
subtracted and then be scaled by the font size and scale factor. Example patch
to follow.

I'm not sure where else svdotextpathdecomposition is called from - I hope this
fix won't upset other areas of the code.

-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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





--- Additional comments from kstrib...@openoffice.org Wed May  5 10:24:03 
+ 2010 ---
Created an attachment (id=69304)
Document showing bug


-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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





--- Additional comments from kstrib...@openoffice.org Wed May  5 10:25:25 
+ 2010 ---
Created an attachment (id=69305)
bad layout of 2nd glyph in each cluster


-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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


User kstribley changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |69306)
Patch adjusting the
|  | DX array offset and scali
|  |ng






--- Additional comments from kstrib...@openoffice.org Wed May  5 10:31:14 
+ 2010 ---
Created an attachment (id=69306)
Patch adjusting the DX array offset and scaling


-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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





--- Additional comments from kstrib...@openoffice.org Wed May  5 10:32:31 
+ 2010 ---
Created an attachment (id=69307)
correct rendering of text on path


-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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


User wg changed the following:

What|Old value |New value

 Assigned to|graphicsneedsconfirm  |aw

Target milestone|---   |OOo 3.x





--- Additional comments from w...@openoffice.org Wed May  5 11:18:57 + 
2010 ---
Reassigned. Please handle.

-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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


User aw changed the following:

What|Old value |New value

  CC|''|'hdu'





--- Additional comments from a...@openoffice.org Wed May  5 12:25:53 + 
2010 ---
AW: The patch looks promising, and it's at the right place. Thanks to kstribley,
this is a good addition.
Unfortunately, i cannot reproduce to really check what happens and to see the
text in alive code. when i install the fonts on WIN32, a DEV300 m76 crashes as
soon as font is accessed (either tools/options/languageoptions or Draw/Impress
and scrolling through the font selection DropDown). Asked HDU to check if he
gets the fonts working...

BTW: At the place for the patch the aNewDXArray only would need to be prepared
once i opt to optimize this in the same change...

-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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


User hdu changed the following:

What|Old value |New value

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from h...@openoffice.org Wed May  5 13:02:20 + 
2010 ---
Wonderful analysis of the problem, thanks Keith! +1 for the patch from me. FWIW 
the problem also 
happens for OOO320.
AW: the crash you are seeing is unrelated. It is probably stacktid 811965 aka 
#161963#

-
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 111392] Glyphs within a cluster ( cell) are rendered on top of each other when d rawn along an arc with FontWork

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





--- Additional comments from a...@openoffice.org Wed May  5 13:28:28 + 
2010 ---
AW-HDU: Please do not simply use 'AW:', this is thought to indicate what i
said, thanks. At least use @aw, or HDU-AW to make things clear.

Installed a DEV300m77 and the crash is not there. Can i have the fix to work
with my m76 to fix this task?

AW: I cannot simply add this patch, i need to check if the also applied scaling
of the DXArray is correct or not. AFAIK the TextSimplePortionPrimitive2D takes
it's DXArray in scale-independent in unit coordinates; the scaling should be
part of the transformation.

-
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