Added <use> attributes and linked demojs.html to dist folder
parent
9dc21ca8ce
commit
59201c0146
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 85 KiB |
52
demojs.html
52
demojs.html
File diff suppressed because one or more lines are too long
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-05
|
// build: 2013-09-06
|
||||||
// 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");
|
||||||
|
@ -3990,6 +3990,15 @@ var availableAttributes = {
|
||||||
orient: 0,
|
orient: 0,
|
||||||
"class": 0
|
"class": 0
|
||||||
},
|
},
|
||||||
|
use: {
|
||||||
|
"class": 0,
|
||||||
|
externalResourcesRequired: 0,
|
||||||
|
x: 0,
|
||||||
|
y: 0,
|
||||||
|
width: 0,
|
||||||
|
height: 0,
|
||||||
|
"xlink:href": 0
|
||||||
|
},
|
||||||
linearGradient: {
|
linearGradient: {
|
||||||
x1: 0,
|
x1: 0,
|
||||||
y1: 0,
|
y1: 0,
|
||||||
|
|
|
@ -2973,6 +2973,15 @@ var availableAttributes = {
|
||||||
orient: 0,
|
orient: 0,
|
||||||
"class": 0
|
"class": 0
|
||||||
},
|
},
|
||||||
|
use: {
|
||||||
|
"class": 0,
|
||||||
|
externalResourcesRequired: 0,
|
||||||
|
x: 0,
|
||||||
|
y: 0,
|
||||||
|
width: 0,
|
||||||
|
height: 0,
|
||||||
|
"xlink:href": 0
|
||||||
|
},
|
||||||
linearGradient: {
|
linearGradient: {
|
||||||
x1: 0,
|
x1: 0,
|
||||||
y1: 0,
|
y1: 0,
|
||||||
|
|
Loading…
Reference in New Issue