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 ...@@ -931,10 +931,10 @@ void GlowExportJBean::rectrounded( double x0, double y0, double width, double he
" g.fill( shapes_p" << page << "[" << (*shape_cnt)++ << "]);" << endl; " g.fill( shapes_p" << page << "[" << (*shape_cnt)++ << "]);" << endl;
if ( !shadow) if ( !shadow)
fp << fp <<
" }" << endl;
fp <<
" }" << endl; " }" << endl;
} }
fp <<
" }" << endl;
} }
if (border) 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