Release 2012 E (coming soon)

compared with
Current by Martin Breest
on Jun 15, 2012 14:06.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
h2. Design Restrictions


h4. New Restrictions

* text allowed with design (none, on print area, on product)
* design allowed with design (none, on print area, on product)
* design scale allowed
* design rotate allowed
* design flip allowed
* minimumScale

* design excluded product types
* support design fixed colors

{code}
<design>
<restrictions>
...
<!-- to be added -->
<denyOtherText>no|onPrintArea|onProduct</denyOtherText>
<denyOtherDesigns>no|onPrintArea|onProduct</denyOtherDesigns>

<allowScale>true|false</allowScale>
<allowFlip>true|false</allowFlip>
<allowRotate>true|false</allowRotate>
<!-- to be added -->

...
</restrictions>
...
</design>
{code}

* \+/\- 1% for maximumScale

h5. Later

{code}
<design>

...
<restrictions>
...
<!-- future -->
<maxmiumScale>100</maximumScale>