Adjusts typesetting to account for gr2 rendering of filled rectangles

This commit is contained in:
Casey Klein 2010-11-30 14:10:44 -06:00
parent 341bee96e4
commit 2a8fdd9646

View File

@ -812,7 +812,8 @@
(refocus (refocus
(cc-superimpose (cc-superimpose
(colorize (filled-rectangle (pict-width p) (colorize (filled-rectangle (pict-width p)
(pict-height p)) (pict-height p)
#:draw-border? #f)
"pink") "pink")
p) p)
p)) p))