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
|
||||
#
|
||||
var Element = {
|
||||
# Reference frames (for "clip" coordinates)
|
||||
GLOBAL: 0,
|
||||
PARENT: 1,
|
||||
LOCAL: 2,
|
||||
|
||||
# Constructor
|
||||
#
|
||||
# @param ghost Element ghost as retrieved from core methods
|
||||
|
|
Loading…
Reference in a new issue