Opened 13 years ago
Closed 13 years ago
#1729 closed enhancement (fixed)
Bundle WebStudio pattern images as embedded resources
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | low | Milestone: | Maestro-3.5 |
Component: | Maestro | Version: | |
Severity: | trivial | Keywords: | |
Cc: | External ID: |
Description (last modified by )
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.
This requirement hampers the ability to use Maestro.Editors outside of Maestro. The assembly should be as self-contained as possible.
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.
Change History (2)
comment:1 by , 13 years ago
Description: | modified (diff) |
---|
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Fixed r5953 and r5954