File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# ROADMAP
22 * CompoundPath Support
3- * Error handling
43
54# History
65* 2015-07-13: Alpha release 0.0.1
1110 * Support for JSON
1211 * Better UI
1312 * Error handling for "nothing selected" and "overflow"
13+ * 2015-07-20: Beta release 0.1.07
14+ * Support for PIXI_graphics
15+ * Unit tests
1416
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
3- <ExtensionManifest Version =" 5.0" ExtensionBundleId =" com.greyrook.Draw2Script" ExtensionBundleVersion =" 0.0.3 "
3+ <ExtensionManifest Version =" 5.0" ExtensionBundleId =" com.greyrook.Draw2Script" ExtensionBundleVersion =" 0.1.0 "
44 ExtensionBundleName=" Draw2Script" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
55 <ExtensionList >
6- <Extension Id =" com.greyrook.Draw2Script.extension" Version =" 0.0.3 " />
6+ <Extension Id =" com.greyrook.Draw2Script.extension" Version =" 0.1.0 " />
77 </ExtensionList >
88 <ExecutionEnvironment >
99 <HostList >
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ Export Source Code from Adobe Illustrator. Inspired by [DrawScript](http://draw
88 * Supported Export Formats
99 * EaselJS tiny API
1010 * PIXI_tiny API
11+ * PIXI_graphics
12+ * JSON
1113
1214## Installation using Extension Manager (Adobe CC2014 and CS6)
1315 * Install [ Extension Manager] ( https://www.adobe.com/exchange/em_download/ )
@@ -27,4 +29,4 @@ Export Source Code from Adobe Illustrator. Inspired by [DrawScript](http://draw
2729
2830## State
2931
30- Alpha / Concept State.
32+ Beta State.
You can’t perform that action at this time.
0 commit comments