mirror of
https://github.com/google/blockly.git
synced 2026-01-10 02:17:09 +01:00
Addressing PR comment.
This commit is contained in:
@@ -98,8 +98,7 @@ Blockly.blockRendering.Highlighter.prototype.drawJaggedEdge_ = function(row) {
|
||||
this.steps_.push('H', row.width - this.highlightOffset_);
|
||||
this.steps_.push(this.jaggedTeethPaths_.pathLeft);
|
||||
var remainder =
|
||||
row.height - Blockly.blockRendering.constants.JAGGED_TEETH.height -
|
||||
this.highlightOffset_;
|
||||
row.height - this.jaggedTeethPaths_.height - this.highlightOffset_;
|
||||
this.steps_.push(Blockly.utils.svgPaths.lineOnAxis('v', remainder));
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user