[latex3-commits] [git/LaTeX3-latex3-latex3] master: Reset graphics state at start of a drawing (5701167)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Mar 17 17:47:02 CET 2018


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/5701167070f80167414052f052361c658e7d035d

>---------------------------------------------------------------

commit 5701167070f80167414052f052361c658e7d035d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Mar 17 16:47:02 2018 +0000

    Reset graphics state at start of a drawing
    
    This is (likely) the most predictable approach for drawing-in-drawing
    cases, such as when a drawing appears in a box which is itself in a
    drawing.
    
    An alternative approach would be to do the reset when a box is included.
    Likely this needs some discussion.
    
    See https://tex.stackexchange.com/questions/420645/ for background here.


>---------------------------------------------------------------

5701167070f80167414052f052361c658e7d035d
 l3experimental/l3draw/l3draw-scopes.dtx            |    5 +
 l3experimental/l3draw/l3draw.dtx                   |    8 ++
 l3experimental/l3draw/testfiles/m3draw003.ptex.tlg |  116 ++++++++++++++++++++
 l3experimental/l3draw/testfiles/m3draw003.tlg      |  116 ++++++++++++++++++++
 .../l3draw/testfiles/m3draw003.uptex.tlg           |  116 ++++++++++++++++++++
 .../l3draw/testfiles/m3draw003.xetex.tlg           |  116 ++++++++++++++++++++
 l3experimental/l3draw/testfiles/m3draw004.ptex.tlg |   76 +++++++++++++
 l3experimental/l3draw/testfiles/m3draw004.tlg      |   76 +++++++++++++
 .../l3draw/testfiles/m3draw004.uptex.tlg           |   76 +++++++++++++
 .../l3draw/testfiles/m3draw004.xetex.tlg           |   76 +++++++++++++
 l3experimental/l3draw/testfiles/m3draw005.ptex.tlg |   12 ++
 l3experimental/l3draw/testfiles/m3draw005.tlg      |   12 ++
 .../l3draw/testfiles/m3draw005.uptex.tlg           |   12 ++
 .../l3draw/testfiles/m3draw005.xetex.tlg           |   12 ++
 14 files changed, 829 insertions(+)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --textconv --cc 5701167070f80167414052f052361c658e7d035d




More information about the latex3-commits mailing list