including the sape library
parent
19408c3a31
commit
bf0d3b75e6
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ JS_FILES=\
|
|||
extensions/ext-eyedropper.js \
|
||||
extensions/ext-markers.js \
|
||||
extensions/ext-grid.js \
|
||||
extensions/ext-imagelib.js \
|
||||
extensions/ext-shapes.js \
|
||||
|
||||
CSS_FILES=\
|
||||
fonts.css \
|
||||
|
|
|
@ -31,7 +31,7 @@ svgEditor.addExtension("shapes", function() {
|
|||
music: 'Music',
|
||||
weather: 'Weather & Time',
|
||||
ui: 'User Interface',
|
||||
social: 'Social Web',
|
||||
social: 'Social Web'
|
||||
};
|
||||
|
||||
var library = {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -31,7 +31,7 @@ svgEditor.addExtension("shapes", function() {
|
|||
music: 'Music',
|
||||
weather: 'Weather & Time',
|
||||
ui: 'User Interface',
|
||||
social: 'Social Web',
|
||||
social: 'Social Web'
|
||||
};
|
||||
|
||||
var library = {
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue