mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-08 22:01:58 -05:00
14 lines
No EOL
598 B
JavaScript
14 lines
No EOL
598 B
JavaScript
var classLayout = {
|
|
'Paper.js': ['global paper scope:_global_'],
|
|
'Basic Types': ['Point', 'Size', 'Rectangle', 'Matrix'],
|
|
'Items': ['Item', 'Layer', 'Group', 'Raster', 'PlacedSymbol'],
|
|
'Paths': ['Path', 'CompoundPath', 'Segment', 'Curve', 'PathStyle', 'ruler',
|
|
'CurveLocation'],
|
|
'Tools': ['Tool', 'ToolEvent', 'Key', 'KeyEvent'],
|
|
'Projects': ['Project', 'View', 'Symbol'],
|
|
'Colors': ['Color', 'RGBColor', 'GrayColor', 'HSBColor'],
|
|
'Gradients': ['GradientColor', 'Gradient', 'GradientStop'],
|
|
'Typography': ['TextItem', 'PointText', {
|
|
'Style': ['CharacterStyle', 'ParagraphStyle']
|
|
}]
|
|
}; |