Skip to content

Commit

Permalink
Unbreak border-color on simple rounded borders
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Johnston committed Nov 25, 2011
1 parent 7e0f6a8 commit 51ada2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/BorderRenderer.js
Expand Up @@ -183,7 +183,7 @@ PIE.BorderRenderer = PIE.RendererBase.newRenderer( {
// Inner path
path.push( me.getBoxPath( wT, wR, wB, wL, mult ) );

segmentsInfo.push( path.join( '' ), colors['t'] );
segmentsInfo.push( path.join( '' ), colors['t'].colorValue( el ) );
}
}
else {
Expand Down

0 comments on commit 51ada2d

Please sign in to comment.