<?xml version="1.0" encoding="UTF-8"?>
<Template xmlns="http://www.moo.com/xsd/template-1.0">
    <Code>sticker_image</Code>
    <Version>1</Version>
    <Settings>
        <Units type="millimetres" />
        <Origin orientation="top-left" offsetX="0" offsetY="0" />
        <PrintArea>
            <Width>24</Width>
            <Height>24</Height>
            <CornerRadius>2</CornerRadius>
        </PrintArea>
        <BleedBox>
            <Centre x="12" y="12" />
            <Width>24</Width>
            <Height>24</Height>
            <Angle>0</Angle>
            <CornerRadius>2</CornerRadius>
        </BleedBox>
        <CutBox>
            <Centre x="12" y="12" />
            <Width>22</Width>
            <Height>22</Height>
            <Angle>0</Angle>
            <CornerRadius>2</CornerRadius>
        </CutBox>
        <SafeAreaBox>
            <!--  assume safe area matches bleed for now @ 1mm -->
            <Centre x="12" y="12" />
            <Width>20</Width>
            <Height>20</Height>
            <Angle>0</Angle>
            <CornerRadius>1</CornerRadius>
        </SafeAreaBox>
        <RotationAngle>270</RotationAngle>
        <FontSubstitutionStrategy>lineByLine</FontSubstitutionStrategy>
    </Settings>
    <Items>
        <Image>
            <LinkId>variable_image_front</LinkId>
            <ClippingBox>
                <Centre x="12" y="12" />
                <Width>24</Width>
                <Height>24</Height>
                <Angle>0</Angle>
            </ClippingBox>
            <Constraints>
                <TopEdge outside="true" betweenBleedAndCut="true" betweenCutAndSafe="true" insideSafe="true" />
                <LeftEdge outside="true" betweenBleedAndCut="true" betweenCutAndSafe="true" insideSafe="true" />
                <BottomEdge outside="true" betweenBleedAndCut="true" betweenCutAndSafe="true" insideSafe="true" />
                <RightEdge outside="true" betweenBleedAndCut="true" betweenCutAndSafe="true" insideSafe="true" />
            </Constraints>
            <Layout>
                <zIndex>1</zIndex>
            </Layout>
        </Image>
    </Items>
</Template>
    