[latex3-commits] [git/LaTeX3-latex3-latex3] pdf: Missed some backend parts (79192a8bb)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Feb 15 19:52:23 CET 2021
Repository : https://github.com/latex3/latex3
On branch : pdf
Link : https://github.com/latex3/latex3/commit/79192a8bb55652ec54c74a2594ef7353f2706f90
>---------------------------------------------------------------
commit 79192a8bb55652ec54c74a2594ef7353f2706f90
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Feb 15 18:52:23 2021 +0000
Missed some backend parts
>---------------------------------------------------------------
79192a8bb55652ec54c74a2594ef7353f2706f90
l3backend/l3backend-color.dtx | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/l3backend/l3backend-color.dtx b/l3backend/l3backend-color.dtx
index 7fa7408d2..8b4eb6c8c 100644
--- a/l3backend/l3backend-color.dtx
+++ b/l3backend/l3backend-color.dtx
@@ -790,7 +790,7 @@
% \begin{macrocode}
\cs_new_protected:Npn \@@_backend_separation_init:nnnnn #1#2#3#4#5
{
- \pdf_object_now:nx { dict }
+ \pdf_object_unnamed_write:nx { dict }
{
/FunctionType ~ 2
/Domain ~ [0 ~ 1]
@@ -817,7 +817,7 @@
}
\cs_new_protected:Npn \@@_backend_separation_init:n #1
{
- \pdf_object_now:nx { array } {#1}
+ \pdf_object_unnamed_write:nx { array } {#1}
}
% \end{macrocode}
% For CIELAB colors, we need one object per document for the illuminant,
@@ -845,7 +845,7 @@
{ 100 ~ 0 ~ 0 }
{#3}
}
-\cs_if_exist:NF \pdf_object_now:nn
+\cs_if_exist:NF \pdf_object_unnamed_write:nn
{
\cs_gset_protected:Npn \@@_backend_separation_init_CIELAB:nnn #1#2#3
{ }
@@ -863,7 +863,7 @@
% \begin{macrocode}
\cs_new_protected:Npn \@@_backend_devicen_init:nnn #1#2#3
{
- \pdf_object_now:nx { stream }
+ \pdf_object_unnamed_write:nx { stream }
{
{
/FunctionType ~ 4 ~
More information about the latex3-commits
mailing list.