Differences From Artifact [d8a7dbc26a]:
- File src/piechart.c — part of check-in [f2980d8995] at 2016-08-23 14:04:23 on branch trunk — Fix a stray single-quote character in the SVG pie-chart generator. (user: drh size: 10393)
To Artifact [965959804d]:
- File src/piechart.c — part of check-in [bb9c6a6f29] at 2016-08-24 14:08:07 on branch trunk — In the pie-chart generator, if there is a wedge pointing straight down, make sure its text label flows off to the right, not the left. (user: drh size: 10392)
| ︙ | |||
240 241 242 243 244 245 246 | 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 | - + |
}else{
if( y4<rLwrLeft ){
y4 = rLwrLeft;
}
rLwrLeft = y4 + TEXT_HEIGHT;
}
}
|
| ︙ |