Added Refresh function to update layers

* Fixed functions that were mode dependant.
* Fixed getLayerSet.jsx to return set visibility.
This commit is contained in:
Unknown
2018-04-03 16:56:12 -04:00
parent 669d1182f4
commit d52e896ac3
4 changed files with 95 additions and 47 deletions

View File

@@ -2,6 +2,7 @@ package ps
import (
"encoding/hex"
// "fmt"
)
// Color is an interface for color objects, allowing colors to be
@@ -64,3 +65,7 @@ type Stroke struct {
Size float32
Color
}
// func (s *Stroke) String() string {
// return fmt.Sprintf("%vpt %v", s.Size, s.Color.RGB())
// }