Added guide layer and selection widget

This commit is contained in:
Devine Lu Linvega
2019-07-14 14:35:03 +09:00
parent fac74b21f8
commit 5f75d854f6
8 changed files with 61 additions and 53 deletions

View File

@@ -1,11 +0,0 @@
(
(echo (lt 3 4))
(echo (and 1 2 true 4))
(echo (and 1 false 2))
(echo (or false false 2 false))
(if (gt 1 2) (echo "ok") (echo "not ok"))
)

View File

@@ -1,5 +0,0 @@
(
(echo (add 2 3))
(echo (sub 22 3 4 5))
(echo (mul 2 3 4 5))
)

View File

@@ -4,6 +4,6 @@
; Draw photo
(draw (path "/Users/VillaMoirai/Desktop/510.jpg"))
(draw (path "/Users/VillaMoirai/Desktop/clip.jpg"))
(print (select (rect 0 0 10 10)))
)