@Test
public void testLabelShieldMultilineStretch() throws Exception {
Style style = RendererBaseTest.loadStyle(this, "textLabelShieldStretch.sld");
DefaultMapContext mc = new DefaultMapContext(DefaultGeographicCRS.WGS84);
mc.addLayer(fs_multiline, style);
renderer.setContext(mc);
BufferedImage image = RendererBaseTest.showRender("Labels and shield", renderer, TIME,
bounds);