Skip to content

Commit ad3ed9f

Browse files
committed
v250103.1
1 parent 12b91a2 commit ad3ed9f

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed
32.1 KB
Binary file not shown.

dist/easycoder-250103.1.tar.gz

2.52 MB
Binary file not shown.

easycoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
from .ec_timestamp import *
1111
from .ec_value import *
1212

13-
__version__ = "250102.2"
13+
__version__ = "250103.1"

json/graphics-demo.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"GreenCircle": {
2020
"type": "ellipse",
2121
"left": "10w",
22-
"bottom": "10h",
22+
"bottom": "40w",
2323
"width": "80w",
24-
"height": "80h",
24+
"height": "80w",
2525
"fill": "green",
2626
"id": "greencircle"
2727
}

scripts/graphics-demo.ecg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
ellipse RedEllipse
77
ellipse GreenCircle
88
image Image
9-
file File
109
variable Spec
1110
variable UpDown
1211
variable Steps
@@ -26,9 +25,7 @@
2625
create window title `Learning Kivy` at 300 300 size 640 480 fill color 255 255 200
2726
run graphics
2827

29-
open File `json/graphics-demo.json`
30-
read Spec from File
31-
close File
28+
load Spec from `graphics-demo.json`
3229
render Spec
3330

3431
attach BlueRect to `bluerect`

0 commit comments

Comments
 (0)