Summary: | A poor grid fitting when stems conflict | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | leonardo <leonardo> |
Component: | Graphics Library | Assignee: | leonardo <leonardo> |
Status: | NOTIFIED FIXED | ||
Severity: | normal | ||
Priority: | P4 | ||
Version: | master | ||
Hardware: | PC | ||
OS: | Windows XP | ||
Customer: | Word Size: | --- | |
Attachments: |
KozukaB-ILEmbed-1.pdf
5.bmp.zip patch.txt |
Description
leonardo
2006-02-10 15:05:55 UTC
Created attachment 2030 [details]
KozukaB-ILEmbed-1.pdf
A simplified test case. Horizontal stems in 5 and 7 get different width due to
an alignment conflict in 5.
Created attachment 2031 [details]
5.bmp.zip
A visual trace diagram which demonstrates the effect. The upper horisontal arm
is controlled by hint[2] and hint[3]. The lower boundary gets a conflict, and
the upper coordinate is being choosen randomly. Must choose those, which
corresponds to the longer stem.
Created attachment 2032 [details]
patch.txt
A suggested patch is being tested.
Patch to HEAD : http://ghostscript.com/pipermail/gs-cvs/2006-February/006347.html This patch also fixes the bug 687654. |