Move all Style classes into their own folder.

This commit is contained in:
Jürg Lehni 2011-06-20 16:38:01 +01:00
parent f405ed9ae3
commit 4e3aa3e5c5
6 changed files with 10 additions and 8 deletions

View file

@ -44,8 +44,6 @@ var sources = [
'src/item/Layer.js',
'src/item/Raster.js',
'src/item/PlacedSymbol.js',
'src/item/Style.js',
'src/item/PathStyle.js',
'src/path/Segment.js',
'src/path/SegmentPoint.js',
@ -61,8 +59,11 @@ var sources = [
'src/text/TextItem.js',
'src/text/PointText.js',
'src/text/ParagraphStyle.js',
'src/text/CharacterStyle.js',
'src/style/Style.js',
'src/style/PathStyle.js',
'src/style/ParagraphStyle.js',
'src/style/CharacterStyle.js',
'src/color/Color.js',
'src/color/GradientColor.js',

View file

@ -64,8 +64,6 @@ var paper = new function() {
//#include "item/Layer.js"
//#include "item/Raster.js"
//#include "item/PlacedSymbol.js"
//#include "item/Style.js"
//#include "item/PathStyle.js"
//#include "path/Segment.js"
//#include "path/SegmentPoint.js"
@ -81,8 +79,11 @@ var paper = new function() {
//#include "text/TextItem.js"
//#include "text/PointText.js"
//#include "text/ParagraphStyle.js"
//#include "text/CharacterStyle.js"
//#include "style/Style.js"
//#include "style/PathStyle.js"
//#include "style/ParagraphStyle.js"
//#include "style/CharacterStyle.js"
//#include "color/Color.js"
//#include "color/GradientColor.js"