Skip to content

Adavanced title blocks editing #496

Answered by pgundlach
Cicorione asked this question in Q&A
Discussion options

You must be logged in to vote

What you want is (as far as I understand) currently not possible with pure speedata Publisher: it does not support color shading / gradients. Nor does it support drop shadows on letters.

That said, if supposedly sp does gradients with MetaFun, I'd use a table:

<Layout xmlns="urn:speedata.de:2009/publisher/en"
    xmlns:sd="urn:speedata:2009/publisher/functions/en">

    <DefineGraphic name="blue">
        filldraw box withcolor blue ;
    </DefineGraphic>
    <DefineGraphic name="new">
        filldraw  (0,0) -- (box.width,0) -- (box.width, box.height) --
        (box.width, box.height) -- (-0.5cm, box.height ) -- cycle  withcolor 0.7red ;
    </DefineGraphic>


    <DefineGraphic name="b…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@Cicorione
Comment options

@pgundlach
Comment options

@Cicorione
Comment options

@pgundlach
Comment options

Answer selected by Cicorione
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants