Commit 840f26ec authored by claes's avatar claes

Bugfix in rounded rect

parent e1fed599
......@@ -931,10 +931,10 @@ void GlowExportJBean::rectrounded( double x0, double y0, double width, double he
" g.fill( shapes_p" << page << "[" << (*shape_cnt)++ << "]);" << endl;
if ( !shadow)
fp <<
" }" << endl;
fp <<
" }" << endl;
}
fp <<
" }" << endl;
}
if (border)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment