Goal

Create a layout where the textile design repeats seamlessly, while an orange logo prints along the edge every 10 cm with a 2 cm offset.


1. Logo file

The logo saved in the required orange color (e.g., Inedit.tif).

2. Layout structure

For the Design:

  • Position: left = 2 cm, top = 0 cm

  • Size: repeat width and height taken from the design itself.

  • Repeat mode: rapport (continuous repetition).


For the Logo:

  • Position: left = 0 cm, top = 0 cm (aligned to the edge).

  • Width: logo width.

  • Height: logo height.

  • Repeat mode: rapport (continuous repetition).

  • Offset: 2 cm from the edge.


Example XML (simplified):

<!-- Design -->        
<Object Id="1" left="2 cm" top="0 cm" width="${RepeatWidth@0}" height="${RepeatHeight@0}" MaintainAspectRatio="true" SourceID="0" autoResizeMask="Width|Height" autoResizePropHeight="1/1" rotation="0" repeat="rapport">
  <Transformations>
<Coloration enable="${EnableColorway@0}" coloID = "1" specialcolor = "0" index = "${ColorwayIndex@0}"/>
  </Transformations>
<RapportInfo direction="${RapportInfoDirection@0}" fraction_high="${RapportInfoFraction_high@0}" fraction_low="${RapportInfoFraction_low@0}" />
<SourceOffset x="${SelectionRect_Origin_X@0}" y="${SelectionRect_Origin_Y@0}"/>
<SourceSize h="${RepeatWidth@0}" v="${RepeatHeight@0}"/>
</Object>


<!-- Logo -->
<Object Id="2" left="0 cm" top="0 cm" width="2cm" height="${RepeatHeight@0}" MaintainAspectRatio="true" SourceID="10" autoResizeMask="Width|Height" autoResizePropHeight="1/1" rotation="0" repeat="rapport">
<Transformations/>
<RapportInfo direction="${RapportInfoDirection@0}" fraction_high="${RapportInfoFraction_high@0}" fraction_low="${RapportInfoFraction_low@0}" />
<SourceOffset x="${SelectionRect_Origin_X@1}" y="${SelectionRect_Origin_Y@1}"/>
<SourceSize h="2cm" v="${RepeatHeight@0}"/>
</Object>


3. Result

  • The textile design repeats normally across the print.

  • The orange logo is printed along the edge, repeating every 10 cm, shifted 2 cm from the margin.