Fix for bug #8
parent
9ff432a12f
commit
52b313f8de
File diff suppressed because one or more lines are too long
|
@ -28,7 +28,7 @@
|
||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
//
|
//
|
||||||
// build: 2013-09-11
|
// build: 2013-09-12
|
||||||
// Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
|
// Copyright (c) 2013 Adobe Systems Incorporated. All rights reserved.
|
||||||
//
|
//
|
||||||
// Licensed under the Apache License, Version 2.0 (the "License");
|
// Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
|
@ -4321,6 +4321,9 @@ var availableAttributes = {
|
||||||
d: "",
|
d: "",
|
||||||
"class": 0
|
"class": 0
|
||||||
},
|
},
|
||||||
|
g: {
|
||||||
|
"class": 0
|
||||||
|
},
|
||||||
feDistantLight: {
|
feDistantLight: {
|
||||||
azimuth: 0,
|
azimuth: 0,
|
||||||
elevation: 0
|
elevation: 0
|
||||||
|
|
|
@ -3255,6 +3255,9 @@ var availableAttributes = {
|
||||||
d: "",
|
d: "",
|
||||||
"class": 0
|
"class": 0
|
||||||
},
|
},
|
||||||
|
g: {
|
||||||
|
"class": 0
|
||||||
|
},
|
||||||
feDistantLight: {
|
feDistantLight: {
|
||||||
azimuth: 0,
|
azimuth: 0,
|
||||||
elevation: 0
|
elevation: 0
|
||||||
|
|
Loading…
Reference in New Issue