(Latest LMTX, yesterday’s luametatex binary)

The MWE shows no transparency with LMTX, it works with MkIV:

'''
\setupexternalfigures[location=default]
\definetransparency[light][a=1,t=.05]

\definelayer[bg][x=0mm,y=0mm]
\setupbackgrounds[text][background={bg},state=start]

\starttext

\starttransparent[light]%
\externalfigure[hacker]%
\stoptransparent

\setlayer[bg][
  hoffset=5mm,
  voffset=5mm,
]{
\starttransparent[light]%
\externalfigure[hacker]%
\stoptransparent
}

\stoptext
'''

The layer stuff is not "minimal", but I wanted to check if "multiply" works.


Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to