vg.js icon indicating copy to clipboard operation
vg.js copied to clipboard

Reverse g.reflect params to move angle first.

Open fdb opened this issue 10 years ago • 0 comments

Instead of

g.reflect(shape, position, angle, keepOriginal)

Use:

g.reflect(shape, angle, position, keepOriginal)

This is because angle is always required for this node to be useful, whereas a position of 0,0 (the origin) is often used as-is.

fdb avatar Apr 21 '15 09:04 fdb