mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Move all Style classes into their own folder.
This commit is contained in:
parent
f405ed9ae3
commit
4e3aa3e5c5
6 changed files with 10 additions and 8 deletions
|
@ -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',
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue