Fossil SCM
Fix a stray single-quote character in the SVG pie-chart generator.
Commit
f2980d8995a04c4bf1dde396045948c3e9220c4e
Parent
2e58eec68a175d5…
1 file changed
+1
-1
+1
-1
| --- src/piechart.c | ||
| +++ src/piechart.c | ||
| @@ -251,11 +251,11 @@ | ||
| 251 | 251 | x5 = x4 + 1.0; |
| 252 | 252 | zAnc = "start"; |
| 253 | 253 | } |
| 254 | 254 | y5 = y4 - 3.0 + 6.0*(1.0 - p->rCos); |
| 255 | 255 | @ <line stroke-width='1' stroke='%s(zFg)' class='piechartLine' |
| 256 | - @ x1='%g(x3)' y1='%g(y3)' x2='%g(x4)' y2='%g(y4)''/> | |
| 256 | + @ x1='%g(x3)' y1='%g(y3)' x2='%g(x4)' y2='%g(y4)'/> | |
| 257 | 257 | @ <text text-anchor="%s(zAnc)" fill='%s(zFg)' class="piechartLabel" |
| 258 | 258 | @ x='%g(x5)' y='%g(y5)'>%h(p->z)</text> |
| 259 | 259 | fossil_free(p->z); |
| 260 | 260 | } |
| 261 | 261 | db_finalize(&q); |
| 262 | 262 |
| --- src/piechart.c | |
| +++ src/piechart.c | |
| @@ -251,11 +251,11 @@ | |
| 251 | x5 = x4 + 1.0; |
| 252 | zAnc = "start"; |
| 253 | } |
| 254 | y5 = y4 - 3.0 + 6.0*(1.0 - p->rCos); |
| 255 | @ <line stroke-width='1' stroke='%s(zFg)' class='piechartLine' |
| 256 | @ x1='%g(x3)' y1='%g(y3)' x2='%g(x4)' y2='%g(y4)''/> |
| 257 | @ <text text-anchor="%s(zAnc)" fill='%s(zFg)' class="piechartLabel" |
| 258 | @ x='%g(x5)' y='%g(y5)'>%h(p->z)</text> |
| 259 | fossil_free(p->z); |
| 260 | } |
| 261 | db_finalize(&q); |
| 262 |
| --- src/piechart.c | |
| +++ src/piechart.c | |
| @@ -251,11 +251,11 @@ | |
| 251 | x5 = x4 + 1.0; |
| 252 | zAnc = "start"; |
| 253 | } |
| 254 | y5 = y4 - 3.0 + 6.0*(1.0 - p->rCos); |
| 255 | @ <line stroke-width='1' stroke='%s(zFg)' class='piechartLine' |
| 256 | @ x1='%g(x3)' y1='%g(y3)' x2='%g(x4)' y2='%g(y4)'/> |
| 257 | @ <text text-anchor="%s(zAnc)" fill='%s(zFg)' class="piechartLabel" |
| 258 | @ x='%g(x5)' y='%g(y5)'>%h(p->z)</text> |
| 259 | fossil_free(p->z); |
| 260 | } |
| 261 | db_finalize(&q); |
| 262 |