comparison layer/TimeValueLayer.cpp @ 921:4968bbaf1ed8 tonioni

Merge from default branch
author Chris Cannam
date Mon, 23 Mar 2015 10:04:51 +0000
parents 33157c3f0e80
children 4a578a360011
comparison
equal deleted inserted replaced
876:b62c2785ed83 921:4968bbaf1ed8
1149 1149
1150 // // or 1150 // // or
1151 // path.quadTo(x0, y0, (x0 + x1) / 2, (y0 + y1) / 2); 1151 // path.quadTo(x0, y0, (x0 + x1) / 2, (y0 + y1) / 2);
1152 1152
1153 } else { 1153 } else {
1154 path.lineTo(x0, y0);
1154 path.lineTo((x0 + x1) / 2, (y0 + y1) / 2); 1155 path.lineTo((x0 + x1) / 2, (y0 + y1) / 2);
1155 } 1156 }
1156 } 1157 }
1157 } 1158 }
1158 } 1159 }