Various improvements to Dotgrid.

This commit is contained in:
Devine Lu Linvega
2017-12-27 11:12:23 +13:00
parent b93db5b0cd
commit 43013b2f81
5 changed files with 26 additions and 47 deletions
+1
View File
@@ -10,6 +10,7 @@ function Path_Bezier(from,to,end)
this.to_segment = function(prev)
{
var html = ""
if(!this.end){ return ""; }
if(!prev || (!prev.to && !prev.end)){
html += "M"+this.from.scale(dotgrid.scale)+" ";