anriseth / baposter

Automatically exported from code.google.com/p/baposter
GNU General Public License v3.0
14 stars 2 forks source link

"textborder=rectangle" doesn't produce rectangular borders #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Setting the poster option "textborder" to rectangle just produces rounded 
border, not rectangular ones. I think the problem is because in baposter.cls 
in line 701 it says "\fill[box colors,rc]" instead of just "\fill[box 
colors]", the same with "\draw" in line 703.

At least removing the "rc" fixed it for me and now it does produce 
rectangular borders.

Original issue reported on code.google.com by aben...@googlemail.com on 18 Mar 2010 at 5:31

GoogleCodeExporter commented 8 years ago
Confirmed and fixed in 30. September 2010 version

Original comment by brian.amberg@gmail.com on 30 Sep 2010 at 3:13