<div dir="ltr"> I've come across this bug while cleaning up HippoCanvas usage from the Chat activity code I'm using for the embeddable chat. This bug causes CanvasRoundBox to ignore the border_color parameter passed to its constructor and set it always to COLOR_BLACK. <br>
<br> From <a href="http://dev.laptop.org/ticket/3742">http://dev.laptop.org/ticket/3742</a><br><div class="comment searchable">
<p>
Replying to <a class="new ticket" href="http://dev.laptop.org/ticket/3742" title="defect: CanvasRoundBox ignores border_color (new)">morgs</a>:</p><p> | Passing border_color to <span class="underline">init</span> doesn't work as it is overridden to COLOR_BLACK, so I have to set it separately
</p>
<blockquote class="citation">
</blockquote>
<blockquote>
<blockquote>
<p>
This is solved by not overriding border_color in CanvasRoundBox when
one is provided. I believe the attached patch fixes this bug. </p>
</blockquote>
</blockquote>
</div></div>