Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 82633ef

Browse files
author
Frederik De Bleser
committed
Added ellipse and line cap / line join changes to CHANGES.md.
1 parent 4468871 commit 82633ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
NodeBox 1.9.7
22
-------------
3-
* Compatibility with Mac OS X 10.7 Lion.
3+
* Compatibility with Mac OS X 10.7 Lion (auto-saving! versions!).
4+
* ellipse() is an alias for oval(). Path.ellipse() works as well.
5+
* Support for Line cap and line join styles. Use joinstyle() with MITER, ROUND or BEVEL and capstyle() with BUTT, ROUND or SQUARE. Path.joinstyle = MITER and Path.capstyle = BUTT works as well.
46

57
NodeBox 1.9.6
68
-------------

0 commit comments

Comments
 (0)