Canvas API: constants for clip-frame reference frames
This commit is contained in:
parent
85df642774
commit
9687784128
1 changed files with 5 additions and 0 deletions
|
@ -132,6 +132,11 @@ var Transform = {
|
||||||
# Baseclass for all elements on a canvas
|
# Baseclass for all elements on a canvas
|
||||||
#
|
#
|
||||||
var Element = {
|
var Element = {
|
||||||
|
# Reference frames (for "clip" coordinates)
|
||||||
|
GLOBAL: 0,
|
||||||
|
PARENT: 1,
|
||||||
|
LOCAL: 2,
|
||||||
|
|
||||||
# Constructor
|
# Constructor
|
||||||
#
|
#
|
||||||
# @param ghost Element ghost as retrieved from core methods
|
# @param ghost Element ghost as retrieved from core methods
|
||||||
|
|
Loading…
Add table
Reference in a new issue