Jürg Lehni
|
afeb8cbe70
|
No need to expand CSS 'font' shorthand property, since we're now iterating all style properties.
|
2013-03-01 10:21:19 -08:00 |
|
Jürg Lehni
|
01026c0896
|
Fix support for viewBox when importing SVG symbols.
|
2013-03-01 10:08:17 -08:00 |
|
Jürg Lehni
|
12d4d563d9
|
Further shorten path data code.
|
2013-03-01 01:18:42 -08:00 |
|
Jürg Lehni
|
13a567bcaa
|
Fix handling of multiple h / v commands in path data.
|
2013-03-01 01:18:27 -08:00 |
|
Jürg Lehni
|
b649240696
|
Use correct defaults for #pathData serialization.
|
2013-02-28 19:55:18 -08:00 |
|
Jürg Lehni
|
9379b37d26
|
Remove accidentally checked in file.
|
2013-02-28 19:42:07 -08:00 |
|
Jürg Lehni
|
cef30f9dd1
|
Switch to #pathData for JSON serialization of Path and CompoundPath.
|
2013-02-28 19:41:13 -08:00 |
|
Jürg Lehni
|
5fbc6e939d
|
Fix small SVG path-data parser issue.
|
2013-02-28 19:33:08 -08:00 |
|
Jürg Lehni
|
82cefa9846
|
Fix typo.
|
2013-02-28 19:29:44 -08:00 |
|
Jürg Lehni
|
0f140e391d
|
Minor clean ups.
|
2013-02-28 19:21:46 -08:00 |
|
Jürg Lehni
|
78b3621cf6
|
Implement PathItem#pathData getter and setter for SVG style path data.
And use it fro SvgImport too.
|
2013-02-28 19:14:06 -08:00 |
|
Jürg Lehni
|
55cc668cc2
|
Streamline build scripts.
|
2013-02-28 19:14:06 -08:00 |
|
Jürg Lehni
|
1a37bb7252
|
Minor clean up.
|
2013-02-28 19:14:06 -08:00 |
|
Jürg Lehni
|
980b772cea
|
Add Polybezier SVG example.
|
2013-02-28 19:14:06 -08:00 |
|
Jürg Lehni
|
027c944d3e
|
Add missing parameters again to viewBox.
|
2013-02-28 19:14:06 -08:00 |
|
Jürg Lehni
|
f142a9d015
|
Optimize code a bit by changing parameter sequence.
|
2013-02-28 19:14:06 -08:00 |
|
Jürg Lehni
|
c29a7e38a0
|
Improve SvgImport to support styles that come from CSS style sheet rules.
|
2013-02-28 19:14:05 -08:00 |
|
Jürg Lehni
|
84f3f041e3
|
Further simplify SVG attribute / style handling by merging in SvgStyles.
|
2013-02-28 19:14:05 -08:00 |
|
Jürg Lehni
|
8585556584
|
Use applyAttribute() lookup table in SvgImport instead of switch statement.
|
2013-02-28 19:14:05 -08:00 |
|
Jürg Lehni
|
9d8cddbe42
|
Implement new private Format object that handles formatting of number, point, size and rectangle.
|
2013-02-28 19:14:05 -08:00 |
|
Jürg Lehni
|
e392496f9d
|
Remove Base.toFloat() and replace with direct parseFloat() calls.
|
2013-02-28 19:14:05 -08:00 |
|
Jonathan Puckey
|
d3435ec803
|
Add failing test where calling Path#simplify on a path with three identical segments throws an error.
|
2013-02-27 17:34:28 +01:00 |
|
Jürg Lehni
|
21ee2edb60
|
Fix SVG example sizes.
|
2013-02-25 23:49:56 -08:00 |
|
Jürg Lehni
|
65a9795a8a
|
Rename #from/#toJson() to #import/#exportJson() and move them to Project / Item.
To reflect naming of #import/#exportSvg().
|
2013-02-25 16:17:33 -08:00 |
|
Jürg Lehni
|
79e836373d
|
Clean up hitTest code a little.
|
2013-02-25 15:41:31 -08:00 |
|
Jürg Lehni
|
cd9184a6f0
|
Fix CompoundPath hit-testing.
|
2013-02-24 19:01:29 -08:00 |
|
Jürg Lehni
|
326d8db4db
|
Do not hittest locked items.
|
2013-02-24 18:04:20 -08:00 |
|
Jürg Lehni
|
82029652c8
|
Fix drawing of selected bounds for Path.
|
2013-02-24 16:26:46 -08:00 |
|
Jürg Lehni
|
0d98727328
|
Simplify drawing of seleced bounds by having Item#_boundsSelelected default to true for Raster, PlacedSymbol and TextItem.
One can now turn it off for these using item.bounds.selected = false;
|
2013-02-24 15:53:37 -08:00 |
|
Jürg Lehni
|
6b7c6b6c4c
|
Implement Item#bounds.selected to control drawing of selected item bounds.
|
2013-02-24 15:41:31 -08:00 |
|
Jürg Lehni
|
a98e39374d
|
Make PaperScript work again with latest Acorn.js
|
2013-02-24 15:41:06 -08:00 |
|
Jürg Lehni
|
afac35fabf
|
Improve handling of bounds caching.
Cloning was done in the wrong place.
|
2013-02-24 14:56:51 -08:00 |
|
Jürg Lehni
|
0a81787c7e
|
Fix a bug in CompoundPath#hitTest().
Results from Path#hitTest() were not passed through.
|
2013-02-24 14:56:28 -08:00 |
|
Jürg Lehni
|
17b81f5f67
|
Update Acorn.js to v0.1.01
|
2013-02-24 13:37:45 -08:00 |
|
Jürg Lehni
|
ac8c9cd114
|
Include ChangeFlag.GEOMETRY in Change.CONTENT.
Closes #173.
|
2013-02-21 00:09:40 -08:00 |
|
Jürg Lehni
|
119e5acbf9
|
Move #_setProperties() and #set() from Item to Base, rename it to #_set and use it for Tool too.
|
2013-02-15 18:28:49 -08:00 |
|
Jürg Lehni
|
9d708f2690
|
Fix issue in Project#deselectAll().
|
2013-02-15 18:21:06 -08:00 |
|
Jürg Lehni
|
23b51915eb
|
Implement CompoundPath#firstSegment, #lastSegment, #firstCurve and #lastCurve.
|
2013-02-15 18:05:16 -08:00 |
|
Jürg Lehni
|
8f80fa16d2
|
Correct comment.
|
2013-02-15 18:01:29 -08:00 |
|
Jürg Lehni
|
d3ccec2256
|
Use the code from Group#isEmpty() and CompoundPath#isEmpty() for Item#isEmpty(), since any item that does not have children overrides it.
|
2013-02-15 18:01:23 -08:00 |
|
Jürg Lehni
|
eebcbda9d3
|
Document 2nd argument in Raster#initialize() as well, and rename arguments.
|
2013-02-15 08:15:24 -08:00 |
|
Jürg Lehni
|
a688301106
|
Document Raster#initialize().
|
2013-02-15 08:12:58 -08:00 |
|
Jürg Lehni
|
eca4aa8512
|
Expand shortened variable names.
|
2013-02-15 00:46:48 -08:00 |
|
Jürg Lehni
|
24a5016470
|
Reuse scopes associated with canvases to support multiple scripts per canvas.
As described in #171.
|
2013-02-15 00:15:44 -08:00 |
|
Jürg Lehni
|
8b4104fe19
|
Use Point#equals() instead of direct comparison.
|
2013-02-14 22:38:08 -08:00 |
|
Jürg Lehni
|
ace260a334
|
Determine size of Canvases that are positioned by CSS.
|
2013-02-14 22:28:50 -08:00 |
|
Jürg Lehni
|
bd5f0691e6
|
Do not serialize styles on Groups and Layers, since they just unify their children's own styles.
|
2013-02-14 21:54:52 -08:00 |
|
Jürg Lehni
|
c3b5035aed
|
Fix importing of SVG groups with styles applied to them.
Closes #149.
|
2013-02-14 21:42:50 -08:00 |
|
Jürg Lehni
|
2607d2c075
|
Allow setting of styles on empty Groups.
As required by upcoming import SVG fix.
|
2013-02-14 21:36:58 -08:00 |
|
Jürg Lehni
|
a17068fd42
|
Style should not be inheriting form Item, but Base instead!
How could we oversee this one?
|
2013-02-14 21:32:32 -08:00 |
|