Commit 602164b6 authored by Igor.Zotov's avatar Igor.Zotov Committed by Alexander.Trofimov

некорректно рисовалась боковая грань круговой 3d диаграммы

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@68535 954022d7-b5bf-4e40-9824-e11837661b57
parent c3935d21
......@@ -6316,7 +6316,12 @@ drawPieChart.prototype =
for (var i = 0, len = numCache.length; i < len; i++) {
val = numCache[i];
brush = val.brush;
if(n === 0 || n === this.paths.series.length - 1)
pen = val.pen;
else
pen = null;
path = this.paths.series[n][i];
var duplicateBrush = brush;
......
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