Added <use> attributes and linked demojs.html to dist folder

master
Dmitry Baranovskiy 2013-09-06 13:40:22 +10:00
parent 9dc21ca8ce
commit 59201c0146
5 changed files with 50 additions and 41 deletions

13
demo-card.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 85 KiB

File diff suppressed because one or more lines are too long

6
dist/savage-min.js vendored

File diff suppressed because one or more lines are too long

11
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-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,

View File

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