View Issue Details

IDProjectCategoryView StatusLast Update
0004848ardourbugspublic2020-04-19 20:16
Reporterahurst Assigned Tocth103  
PrioritynormalSeveritytrivialReproducibilityhave not tried
Status closedResolutionfixed 
Product Version3.0-beta3 
Target Version3.0 
Summary0004848: Source typo
DescriptionAt libs/clearlooks-newer/cairo-support.c:494:

The check on whether to draw a line to close the polygon is wrong. (Should be ...points[0].x... on line 494).

494 if ((points[npoints-1].x != points[0].y) ||
495 (points[npoints-1].y != points[0].y))
496 {
497 cairo_line_to(cr, points[0].x, points[0].y);
498 }
TagsNo tags attached.

Activities

cth103

2012-04-19 15:45

administrator   ~0013140

SVN 12032; thanks!

system

2020-04-19 20:16

developer   ~0023044

Issue has been closed automatically, by Trigger Close Plugin.
Feel free to re-open with additional information if you think the issue is not resolved.

Issue History

Date Modified Username Field Change
2012-04-18 22:44 ahurst New Issue
2012-04-19 14:44 cth103 cost => 0.00
2012-04-19 14:44 cth103 Target Version => 3.0 beta4
2012-04-19 15:45 cth103 Note Added: 0013140
2012-04-19 15:45 cth103 Status new => resolved
2012-04-19 15:45 cth103 Resolution open => fixed
2012-04-19 15:45 cth103 Assigned To => cth103
2012-05-23 15:08 cth103 Target Version 3.0 beta4 => 3.0
2020-04-19 20:16 system Note Added: 0023044
2020-04-19 20:16 system Status resolved => closed