|
|
|
Forum Newbie
      
Group: Customers
Last Login: 10/5/2007 3:16:19 PM
GenoPro Version: 2.0.1.6
Posts: 1,
Visits: 20
|
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 10:20:31 AM
GenoPro Version: 2.0.1.6
Posts: 1,145,
Visits: 5,355
|
|
Thanks for the report. Strange how I had not noticed this before. Anyway the fix is to change line 616 of genomap.svgfrom Report.WriteFormattedLn "<rect x=""{}"" y=""{}"" height=""{}"" width=""{}"" style=""stroke:none;fill:{};""/>", Cstr(pos.x - Util.GetWidth(f.DisplayText.Dimension)/2), Cstr(pos.y - nFontSize/2 - Util.GetHeight(f.DisplayText.Dimension)), Util.GetHeight(f.DisplayText.Dimension), Util.GetWidth(f.DisplayText.Dimension), strFill to Report.WriteFormattedLn "<rect x=""{}"" y=""{}"" height=""{}"" width=""{}"" style=""stroke:none;fill:{};""/>", Cstr(xTopCenter - Util.GetWidth(f.DisplayText.Dimension)/2), Cstr(pos.y - nFontSize/2 - Util.GetHeight(f.DisplayText.Dimension)), Util.GetHeight(f.DisplayText.Dimension), Util.GetWidth(f.DisplayText.Dimension), strFill
| Hopefully this will be in the next release (GenoPro 2007?)
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|