Jürg Lehni
|
f5475dda1a
|
Some more SVG test fixes.
|
2012-11-03 19:28:18 -07:00 |
|
Jürg Lehni
|
76dab534a9
|
Add half-assed support for fill-opacity / stroke-opacity.
|
2012-11-03 19:28:18 -07:00 |
|
Jonathan Puckey
|
b0a82fdc06
|
SvgImporter: Fix importing of compound-paths.
|
2012-11-03 22:38:36 +01:00 |
|
Jürg Lehni
|
ddddd499ca
|
Avoid name-clash with recently renamed variable.
|
2012-11-02 22:57:19 -07:00 |
|
Jürg Lehni
|
93372da384
|
Further shorten code.
|
2012-11-02 22:57:06 -07:00 |
|
Jürg Lehni
|
57103545cb
|
Rename some variables.
|
2012-11-02 22:53:33 -07:00 |
|
Jürg Lehni
|
c755eba0c2
|
Switch to using Base.camelize().
|
2012-11-02 22:53:24 -07:00 |
|
Jürg Lehni
|
4cd6d6f230
|
Add support for conversion of text-anchor to justification.
|
2012-11-02 21:11:30 -07:00 |
|
Jürg Lehni
|
81f8c32d7b
|
Replace SVGTransform constants with their numeric values as well.
|
2012-11-02 20:21:08 -07:00 |
|
Jürg Lehni
|
9fbe1260b2
|
Comment out ARC code for now.
|
2012-11-02 20:11:40 -07:00 |
|
Jürg Lehni
|
964eb521ee
|
Clean up and Streamline path importer.
Replacing SVGPathSeg constants with numeric values should reduce code quite a bit.
|
2012-11-02 20:09:12 -07:00 |
|
Jürg Lehni
|
d600536390
|
Shorten applyTransform().
|
2012-11-02 19:39:59 -07:00 |
|
Jürg Lehni
|
99a39bebc3
|
Clean up applyAttributeOrStyle().
Do not use style properties directly, but setters instead.
|
2012-11-02 19:26:15 -07:00 |
|
Jürg Lehni
|
118a02bf05
|
Restructure SVGImporter code a bit.
|
2012-11-02 19:16:23 -07:00 |
|
Jürg Lehni
|
d52fff7425
|
Shorten importAttributesAndStyles()
|
2012-11-02 19:11:28 -07:00 |
|
Jürg Lehni
|
8790bc5533
|
Improve loops.
|
2012-11-02 19:11:16 -07:00 |
|
Jürg Lehni
|
905d1106d4
|
Fix SVGImporter tests for all polygon related code.
#length was used instead of #numberOfItems.
|
2012-11-02 19:10:58 -07:00 |
|
Jürg Lehni
|
6937d4c3be
|
Fix index lookup in getValue().
|
2012-11-02 19:05:21 -07:00 |
|
Jürg Lehni
|
3c88614a86
|
Heavily shorten SvgImporter code by introducing a couple of helpers.
|
2012-11-02 19:04:29 -07:00 |
|
Jürg Lehni
|
95b9b81c81
|
Refactor SvgImporter to new structure using real private functions and importers lookup-table.
|
2012-11-02 18:40:41 -07:00 |
|
Jürg Lehni
|
ebadef8b1d
|
A couple of smaller changes.
|
2012-11-02 18:23:37 -07:00 |
|
Jürg Lehni
|
cc503cb149
|
Rename fake 'roundRect' type to 'roundrect'.
|
2012-11-02 18:23:23 -07:00 |
|
Jürg Lehni
|
c2ac16a481
|
Change for-loops format.
|
2012-11-02 18:22:38 -07:00 |
|
Jürg Lehni
|
b284a42a56
|
Rework SvgExporter. _determineType. A lot more work needs to be done...
|
2012-11-02 18:22:01 -07:00 |
|
Jürg Lehni
|
086334773e
|
Rework and improve SVG documentation and remove too obvious docs for hidden functions.
|
2012-11-02 18:14:20 -07:00 |
|
Jürg Lehni
|
204eaa9dcc
|
Fix white-spaces in comments.
|
2012-11-02 17:47:14 -07:00 |
|
Jürg Lehni
|
bfcc4d52b5
|
Cleanup SVG Markup.
|
2012-11-02 17:44:57 -07:00 |
|
Jürg Lehni
|
1ce332756e
|
Rename ImportSvg to SvgImporter, and ExportSvg to SvgExporter.
|
2012-11-02 17:40:07 -07:00 |
|
Jürg Lehni
|
ab02023adf
|
Do not create extra points when asked to produce a round rectangle with no radius.
|
2012-11-02 17:04:21 -07:00 |
|
Jürg Lehni
|
089b9f9387
|
clean up ImportSvg tests.
|
2012-11-02 17:03:58 -07:00 |
|
Jürg Lehni
|
80315e3e52
|
More SVG refactoring: Fix comments, documentation, and for-in loops.
|
2012-11-02 16:51:42 -07:00 |
|
Jürg Lehni
|
88dff19f73
|
Define squared parameter in Point#getDistance() as optional.
|
2012-11-02 16:45:46 -07:00 |
|
Jürg Lehni
|
b22ff5ecca
|
Revert a recent change in selection handling.
|
2012-11-02 16:27:59 -07:00 |
|
Jürg Lehni
|
69dc8be629
|
Switch from using classes to object literals for SVG exporter / importer.
|
2012-11-02 16:19:45 -07:00 |
|
Jürg Lehni
|
ee65ee1026
|
Clean up and improve PaperScript code a bit.
|
2012-11-02 15:58:41 -07:00 |
|
Jürg Lehni
|
c227d589ca
|
Improve stripComments() in prepro.js to handle parse-js.js code properly.
|
2012-11-02 15:53:51 -07:00 |
|
Jürg Lehni
|
04df1a0d4a
|
Always set canvas size, to avoid zooming pixels if size is set to a percentage.
|
2012-10-31 09:49:42 -07:00 |
|
Jürg Lehni
|
bdb74b67e2
|
Define #isActive() for PaperScopeItems.
|
2012-10-30 11:43:40 -07:00 |
|
Jürg Lehni
|
96e1765e4f
|
Do not implicitly use getTool() getter since it creates tools when none exists.
|
2012-10-30 11:43:06 -07:00 |
|
Jürg Lehni
|
97fdfcdd7c
|
Update jshint settings.
|
2012-10-27 19:26:02 -07:00 |
|
Jürg Lehni
|
155b6046cb
|
Some more SVG code refactoring.
|
2012-10-27 19:25:52 -07:00 |
|
Jürg Lehni
|
44fc5939e5
|
Simplify name-space element creation in SVG module.
|
2012-10-24 20:21:59 -07:00 |
|
Jürg Lehni
|
4a74cf9e29
|
Improve Paper code editor to also display errors.
|
2012-10-23 20:05:01 -07:00 |
|
Jürg Lehni
|
7096b37b2e
|
Change the way canvases get temporarily focused when there is more than one and the mouse is outside all of them.
Closes #115.
|
2012-10-22 18:03:57 -07:00 |
|
Jürg Lehni
|
20797b8cc3
|
Avoid name clash between View._handlers and Callback._handlers that keeps track of installed handlers.
Closes #109.
|
2012-10-22 17:38:40 -07:00 |
|
Jürg Lehni
|
46de04d29d
|
Properly rename SVG files.
Case-insensitive file system – an endless source of pain.
|
2012-10-22 17:31:11 -07:00 |
|
Jürg Lehni
|
d4a60fb62a
|
More SVG code refactoring.
Follow coding conventions and fix some forgotten renamings.
|
2012-10-22 16:31:08 -07:00 |
|
Jürg Lehni
|
160095d6e3
|
Rename SVG to Svg to follow naming convention.
|
2012-10-22 19:17:11 -04:00 |
|
Jürg Lehni
|
6b50641c18
|
Add documentation for Item#_getChildren().
|
2012-10-22 19:07:22 -04:00 |
|
Jürg Lehni
|
659b431404
|
Merge branch 'refs/heads/Stetson-Team-Alpha-master'
|
2012-10-22 18:56:50 -04:00 |
|