progress using my own graphics interface

This commit is contained in:
2026-01-06 00:35:24 -06:00
parent 59a2f08349
commit bbad63c60a
7 changed files with 230 additions and 195 deletions

View File

@@ -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,