progress using my own graphics interface
This commit is contained in:
10
storage.go
10
storage.go
@@ -132,14 +132,14 @@ func (s *Storage) Save(capture *SketchCapture) (string, error) {
|
||||
ii := len(capture.layerTools) - 1 - i
|
||||
oraLayers[ii] =
|
||||
ora.ORALayer{
|
||||
Name: layerTools.name,
|
||||
Name: layerTools.name,
|
||||
Filename: filename,
|
||||
Visible: layerTools.config.visible,
|
||||
Opacity: opacity,
|
||||
Blend: "svg:src-over",
|
||||
Visible: layerTools.config.visible,
|
||||
Opacity: opacity,
|
||||
Blend: "svg:src-over",
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
oraPath := filepath.Join(path, fmt.Sprintf("%s-layers.ora", flakeId))
|
||||
|
||||
ora.WriteORA(oraPath, int(capture.width), int(capture.height), oraLayers,
|
||||
|
||||
Reference in New Issue
Block a user