naver / egjs

Javascript components group that brings easiest and fastest way to build a web application in your way.
https://naver.github.io/egjs
Other
935 stars 80 forks source link

Expand the Coordinate #452

Closed sculove closed 7 years ago

sculove commented 7 years ago

Description

support z-axis.

as-is

min: [0,0],
max: [300, 200]

to-be

min: [0,0,0],
max: [300, 200, 100]
sculove commented 7 years ago

f/w https://github.com/naver/egjs-movablecoord/issues/1