The R Project SVN R

Rev

Rev 15168 | Rev 16881 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 15168 Rev 16224
Line 2337... Line 2337...
2337
    orderBBox = CombineAlignedBBoxes(orderBBox,
2337
    orderBBox = CombineAlignedBBoxes(orderBBox,
2338
				     RenderGap(leadWidth + radSpace, draw));
2338
				     RenderGap(leadWidth + radSpace, draw));
2339
    SetPrimeStyle(style);
2339
    SetPrimeStyle(style);
2340
    orderBBox = CombineBBoxes(orderBBox, RenderElement(body, draw));
2340
    orderBBox = CombineBBoxes(orderBBox, RenderElement(body, draw));
2341
    orderBBox = CombineBBoxes(orderBBox, RenderGap(2 * radTrail, draw));
2341
    orderBBox = CombineBBoxes(orderBBox, RenderGap(2 * radTrail, draw));
-
 
2342
    orderBBox = EnlargeBBox(orderBBox, radGap, 0, 0);/* << fixes PR#1101 */
2342
    SetStyle(style);
2343
    SetStyle(style);
2343
    return orderBBox;
2344
    return orderBBox;
2344
}
2345
}
2345
 
2346
 
2346
/*----------------------------------------------------------------------
2347
/*----------------------------------------------------------------------
Line 2965... Line 2966...
2965
	}
2966
	}
2966
	subcoords = USER;
2967
	subcoords = USER;
2967
    }
2968
    }
2968
    /* Note: I changed dd->gp.yLineBias to 0.3 here. */
2969
    /* Note: I changed dd->gp.yLineBias to 0.3 here. */
2969
    /* Purely visual tuning. RI */
2970
    /* Purely visual tuning. RI */
2970
    /* Note: I removed the 0.3 fiddle here because mathematical 
2971
    /* Note: I removed the 0.3 fiddle here because mathematical
2971
     * annotation stuff can do "exact" centering.
2972
     * annotation stuff can do "exact" centering.
2972
     * i.e., 0.3 fiddle is effectively replaced by yadj=0.5
2973
     * i.e., 0.3 fiddle is effectively replaced by yadj=0.5
2973
     */
2974
     */
2974
    switch(side) {
2975
    switch(side) {
2975
    case 1:
2976
    case 1: