|
@@ -436,6 +436,7 @@ export default class Draw {
|
|
this.context.strokeStyle = Style.Select.Circle.strokeStyle
|
|
this.context.strokeStyle = Style.Select.Circle.strokeStyle
|
|
this.context.fillStyle = Style.Select.Circle.fillStyle
|
|
this.context.fillStyle = Style.Select.Circle.fillStyle
|
|
fillFlag = true;
|
|
fillFlag = true;
|
|
|
|
+ this.drawRec(geometry.points)
|
|
}
|
|
}
|
|
else if(selectItem.selectIndex.indexOf(SelectState.Vertex)>-1){
|
|
else if(selectItem.selectIndex.indexOf(SelectState.Vertex)>-1){
|
|
this.context.strokeStyle = Style.Select.Circle.strokeStyle
|
|
this.context.strokeStyle = Style.Select.Circle.strokeStyle
|
|
@@ -454,6 +455,7 @@ export default class Draw {
|
|
this.context.strokeStyle = Style.Select.Circle.strokeStyle
|
|
this.context.strokeStyle = Style.Select.Circle.strokeStyle
|
|
this.context.fillStyle = Style.Select.Circle.fillStyle
|
|
this.context.fillStyle = Style.Select.Circle.fillStyle
|
|
fillFlag = true;
|
|
fillFlag = true;
|
|
|
|
+ this.drawRec(geometry.points)
|
|
}
|
|
}
|
|
else if(draggingItem.selectIndex.indexOf(SelectState.Vertex)>-1){
|
|
else if(draggingItem.selectIndex.indexOf(SelectState.Vertex)>-1){
|
|
this.context.strokeStyle = Style.Select.Circle.strokeStyle
|
|
this.context.strokeStyle = Style.Select.Circle.strokeStyle
|