Changes between Initial Version and Version 1 of Ticket #1729
- Timestamp:
- 06/28/11 04:22:12 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1729 – Description
initial v1 1 1 The Maestro.Editors assembly currently assumes that a WebStudio folder exists in the directory this assembly resides in which contains all the line pattern images that are referenced by the geometry style editors. 2 2 3 This requirement hampers the ability to use Maestro.Editors outside of Maestro. 3 This requirement hampers the ability to use Maestro.Editors outside of Maestro. The assembly should be as self-contained as possible. 4 4 5 These images should be bundled into the assembly itself as embedded resources.5 One way to improve this is to have these images bundled into the assembly itself as embedded resources. This may inflate the size of the Maestro.Editors assembly, but would greatly improve the portability.