Fix for bug #8

master
Dmitry Baranovskiy 2013-09-12 11:08:19 +10:00
parent 9ff432a12f
commit 52b313f8de
3 changed files with 9 additions and 3 deletions

4
dist/savage-min.js vendored

File diff suppressed because one or more lines are too long

5
dist/savage.js vendored
View File

@ -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

View File

@ -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