Skip to content

Commit

Permalink
v.0.9.6
Browse files Browse the repository at this point in the history
* CompositeCurve f()
* Tween better match_shape
  • Loading branch information
foo123 committed Dec 14, 2022
1 parent a6ef09a commit fb7843d
Show file tree
Hide file tree
Showing 15 changed files with 148 additions and 140 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Computational Geometry and Rendering library for JavaScript

**version: 0.9.5** (83 kB minified)
**version: 0.9.6** (84 kB minified)

![geometrize animation](/geo.gif)

Expand Down
16 changes: 8 additions & 8 deletions beeld.config
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ tasks =[{}]
./src/Line.js
./src/Polyline.js
./src/Arc.js
./src/Bezier2.js
./src/Bezier3.js
./src/QBezier.js
./src/CBezier.js
./src/Polygon.js
./src/Circle.js
./src/Ellipse.js
Expand All @@ -50,7 +50,7 @@ tasks =[{}]
header = ./src/header.js

replace =[{}]
"@@VERSION@@" = "0.9.5"
"@@VERSION@@" = "0.9.6"
"@@DATE@@" = Xpresion::date("Y-m-d H:i:s")
@

Expand All @@ -68,29 +68,29 @@ tasks =[{}]
@

minify =[{}]

src =[]
./build/Geometrize.js
@

# Minify the Package (map of lists)
minify ={}
# Options for Node UglifyJS Compiler (if used, default), (mangle and compress)
uglifyjs =[]
-m -c
@

# Options for Java Closure Compiler (if used)
closure =[]
"--language_in=ECMASCRIPT5_STRICT"
@

# Options for Java YUI Compressor Compiler (if used)
yui =[]
--preserve-semi
@
@

out = ./build/Geometrize.min.js
@
@
Loading

0 comments on commit fb7843d

Please sign in to comment.