summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/tcolorbox/tcbvignette.code.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-02 22:11:06 +0000
committerKarl Berry <karl@freefriends.org>2019-03-02 22:11:06 +0000
commitd0d4f5e99557cfca38858fe41f0391bc6d12ed68 (patch)
tree4489b6927f4e02ddf43135544d034ba338328d7b /Master/texmf-dist/tex/latex/tcolorbox/tcbvignette.code.tex
parent3ca2e2c0ec37f510c87a47ebb56eae728cd2ff27 (diff)
tcolorbox (2mar19)
git-svn-id: svn://tug.org/texlive/trunk@50206 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/tcolorbox/tcbvignette.code.tex')
-rw-r--r--Master/texmf-dist/tex/latex/tcolorbox/tcbvignette.code.tex18
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/tex/latex/tcolorbox/tcbvignette.code.tex b/Master/texmf-dist/tex/latex/tcolorbox/tcbvignette.code.tex
index 95a00bbd877..0f494da1dd5 100644
--- a/Master/texmf-dist/tex/latex/tcolorbox/tcbvignette.code.tex
+++ b/Master/texmf-dist/tex/latex/tcolorbox/tcbvignette.code.tex
@@ -1,8 +1,8 @@
-%% The LaTeX package tcolorbox - version 4.15 (2018/12/07)
+%% The LaTeX package tcolorbox - version 4.20 (2019/03/02)
%% tcbvignette.code.tex: Code for ornamental frames
%%
%% -------------------------------------------------------------------------------------------
-%% Copyright (c) 2006-2018 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
+%% Copyright (c) 2006-2019 by Prof. Dr. Dr. Thomas F. Sturm <thomas dot sturm at unibw dot de>
%% -------------------------------------------------------------------------------------------
%%
%% This work may be distributed and/or modified under the
@@ -17,7 +17,7 @@
%%
%% This work consists of all files listed in README
%%
-\tcb@set@library@version{4.15}
+\tcb@set@library@version{4.20}
\tcbuselibrary{skins}
@@ -280,7 +280,7 @@
%
underlay@vignette/.style 2 args={underlay #1={%
\begin{tcbclipframe}\tcbvignette{%
- raised color=tcbcol@frame,
+ raised color=tcbcolframe,
north size=\kvtcb@top@rule@stand,
south size=\kvtcb@bottom@rule@stand,
west size=\kvtcb@left@rule,
@@ -310,11 +310,11 @@
%
underlay raised shading vignette/.style={%
underlay vignette={draw method=clipped,
- north style={bottom color=tcbcol@frame,top color=tcbcol@frame!33!white},
- east style={left color=tcbcol@frame,right color=tcbcol@frame!66!black},
- south style={top color=tcbcol@frame,bottom color=tcbcol@frame!33!black},
- west style={right color=tcbcol@frame,left color=tcbcol@frame!66!white},#1}},
+ north style={bottom color=tcbcolframe,top color=tcbcolframe!33!white},
+ east style={left color=tcbcolframe,right color=tcbcolframe!66!black},
+ south style={top color=tcbcolframe,bottom color=tcbcolframe!33!black},
+ west style={right color=tcbcolframe,left color=tcbcolframe!66!white},#1}},
%
underlay shade in vignette/.style={%
- underlay vignette={draw method=clipped,color from=tcbcol@back to tcbcol@frame,#1}},
+ underlay vignette={draw method=clipped,color from=tcbcolback to tcbcolframe,#1}},
}