Stripped the trailing vars

This commit is contained in:
Devine Lu Linvega
2017-11-15 16:39:07 +13:00
parent 5c7e5a1512
commit e1ff9358b5
3 changed files with 4 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ function Path()
{
Module.call(this,"path","Trace lines and to draw shapes.");
this.settings = {thickness:4,color:"white",cap:"square"};
this.settings = {thickness:4,color:"red",cap:"square"};
this.methods.stroke = new Method("stroke","x,y&","",function(q){
ronin.preview.clear();