Re: [xep-support] pdf page bleeds

From: Nikolai Grigoriev (grig@renderx.com)
Date: Thu Aug 21 2003 - 03:57:56 PDT

  • Next message: Nikolai Grigoriev: "[xep-support] Spot colors (was: pdf page bleeds)"

    Eliot,

    > It's actually pretty easy to create a registration mark graphic
    > by hand just by typing up an EPS directly--it's also a good
    > exercise for learning the Postscript drawing commands.

    Why don't you use SVG for the purpose? Since XEP 3.5,
    you can get a crossed circle by just the following:

    <fo:instream-foreign-object >
       <svg:svg xmlns:svg="http://www.w3.org/2000/svg"
                height="24pt" width="24pt"
                viewBox="-100 -100 200 200"
                style="fill:none; stroke:black; stroke-width:1">
         <svg:circle r="50"/>
         <svg:line x1="-100" x2="100"/>
         <svg:line y1="-100" y2="100"/>
       </svg:svg>

    </fo:instream-foreign-object >

    The next version of XEP (3.6, due to appear in September)
    will have an option to use grayscale and CMYK to specify
    SVG colors; so it will be possible to create CMYK bars,
    too.

    Best regards,
    Nikolai Grigoriev
    RenderX
    -------------------
    (*) To unsubscribe, send a message with words 'unsubscribe xep-support'
    in the body of the message to majordomo@renderx.com from the address
    you are subscribed from.
    (*) By using the Service, you expressly agree to these Terms of Service http://www.renderx.com/tos.html



    This archive was generated by hypermail 2.1.5 : Thu Aug 21 2003 - 04:06:36 PDT