Skip to content

Commit 7626ba5

Browse files
committed
Changed reference files to adhere to new fill opacity logic
1 parent 0ce7d1f commit 7626ba5

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

test/test_colorbars_reference.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
--(axis cs:-5,10)
2222
--cycle;
2323
\addplot graphics [includegraphics cmd=\pgfimage,xmin=-5, xmax=10, ymin=-5, ymax=10] {tmp-000.png};
24-
\path [draw=black, fill opacity=0, line width=0.32000000000000006pt]
24+
\path [draw=black, line width=0.32000000000000006pt]
2525
(axis cs:-5,-5)
2626
--(axis cs:-4.94140625,-5)
2727
--(axis cs:9.94140625,-5)
@@ -54,7 +54,7 @@
5454
--(axis cs:-0.05,0.5)
5555
--cycle;
5656
\addplot graphics [includegraphics cmd=\pgfimage,xmin=-0.05, xmax=1.05, ymin=0, ymax=1] {tmp-001.png};
57-
\path [draw=black, fill opacity=0, line width=0.32000000000000006pt]
57+
\path [draw=black, line width=0.32000000000000006pt]
5858
(axis cs:-0.05,0.5)
5959
--(axis cs:0,0)
6060
--(axis cs:1,0)
@@ -87,7 +87,7 @@
8787
--(axis cs:-0.25,0.5)
8888
--cycle;
8989
\addplot graphics [includegraphics cmd=\pgfimage,xmin=-0.25, xmax=1.25, ymin=0, ymax=1] {tmp-002.png};
90-
\path [draw=black, fill opacity=0, line width=0.32000000000000006pt]
90+
\path [draw=black, line width=0.32000000000000006pt]
9191
(axis cs:-0.25,0.5)
9292
--(axis cs:0,0)
9393
--(axis cs:1,0)

test/test_fancybox_reference.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
text=black,
3333
rotate=0.0
3434
]{boxstyle='round, pad=0.1'};
35-
\path [draw=black, fill opacity=0]
35+
\path [draw=black]
3636
(axis cs:0.3,0.4)
3737
--(axis cs:0.7,0.4)
3838
--(axis cs:0.7,0.6)
@@ -68,7 +68,7 @@
6868
rotate=0.0,
6969
align=left
7070
]{boxstyle='round,pad=0.1\\rounding\_size=0.2'};
71-
\path [draw=black, fill opacity=0]
71+
\path [draw=black]
7272
(axis cs:0.3,0.4)
7373
--(axis cs:0.7,0.4)
7474
--(axis cs:0.7,0.6)
@@ -104,7 +104,7 @@
104104
rotate=0.0,
105105
align=left
106106
]{boxstyle='round,pad=0.1'\\mutation\_scale=2};
107-
\path [draw=black, fill opacity=0]
107+
\path [draw=black]
108108
(axis cs:0.3,0.4)
109109
--(axis cs:0.7,0.4)
110110
--(axis cs:0.7,0.6)
@@ -140,7 +140,7 @@
140140
rotate=0.0,
141141
align=left
142142
]{boxstyle='round, pad=0.3'\\mutation\_aspect=.5};
143-
\path [draw=green!50.0!black, fill opacity=0]
143+
\path [draw=green!50.0!black]
144144
(axis cs:0.3,0.2)
145145
--(axis cs:0.7,0.2)
146146
.. controls (axis cs:0.833333333333333,0.2) and (axis cs:0.9,0.266666666666667) .. (axis cs:0.9,0.4)
@@ -151,7 +151,7 @@
151151
--(axis cs:0.1,0.4)
152152
.. controls (axis cs:0.1,0.266666666666667) and (axis cs:0.166666666666667,0.2) .. (axis cs:0.3,0.2)
153153
--cycle;
154-
\path [draw=black, fill opacity=0]
154+
\path [draw=black]
155155
(axis cs:0.3,0.4)
156156
--(axis cs:0.7,0.4)
157157
--(axis cs:0.7,0.6)

0 commit comments

Comments
 (0)