Displaying 2 results from an estimated 2 matches for "combinebboxes".
2003 May 25
0
surprising behaviour of "bgroup": sets all in greek letters (PR#3099)
...expr, CADDDR(expr));
bbox = RenderElement(CADDR(expr), 0);
dist = max(bboxHeight(bbox) - axisHeight, bboxDepth(bbox) +
axisHeight);
- bbox = RenderDelim(delim1, dist + extra, draw);
+ if (delim1 != '.')
+ bbox = RenderDelim(delim1, dist + extra, draw);
bbox = CombineBBoxes(bbox, RenderElement(CADDR(expr), draw));
bbox = RenderItalicCorr(bbox, draw);
- bbox = CombineBBoxes(bbox, RenderDelim(delim2, dist + extra, draw));
+ if (delim2 != '.')
+ bbox = CombineBBoxes(bbox, RenderDelim(delim2, dist +
extra, draw));
return bbox;
}
2001 Sep 27
2
ugly in plotmath: frac(1, sqrt(...)) (PR#1101)
Sometimes (dependent on device and settings of 'cex' and 'lwd') the line
of a square root symbol plottet in the denominator of a fraction appears
to be in or above the line of the fraction.
Examples:
### Choose one of these:
# pdf("test.pdf", height=6, width=8)
# bmp("test.bmp", width=1100, height=800, pointsize=12)
# bitmap("test.tif",