texlive[53973] Build/source/texk/dvipdfm-x: dvipdfm-x: revert the
commits+hironobu at tug.org
commits+hironobu at tug.org
Sat Feb 29 06:03:37 CET 2020
Revision: 53973
http://tug.org/svn/texlive?view=revision&revision=53973
Author: hironobu
Date: 2020-02-29 06:03:37 +0100 (Sat, 29 Feb 2020)
Log Message:
-----------
dvipdfm-x: revert the commit on 2019-06-30; need to reconsider
Modified Paths:
--------------
trunk/Build/source/texk/dvipdfm-x/ChangeLog
trunk/Build/source/texk/dvipdfm-x/pdfdev.c
Modified: trunk/Build/source/texk/dvipdfm-x/ChangeLog
===================================================================
--- trunk/Build/source/texk/dvipdfm-x/ChangeLog 2020-02-29 03:23:26 UTC (rev 53972)
+++ trunk/Build/source/texk/dvipdfm-x/ChangeLog 2020-02-29 05:03:37 UTC (rev 53973)
@@ -1,3 +1,10 @@
+2020-02-29 Hironobu Yamashita <h.y.acetaminophen at gmail.com>
+
+ * pdfdev.c: Revert the commit on 2019-06-30: see
+ https://tug.org/pipermail/tex-live/2020-February/044855.html.
+ Note that the problem with fake-bold reappears!
+ https://tug.org/pipermail/dvipdfmx/2019-June/000014.html.
+
2020-02-12 Akira Kakuto <kakuto at w32tex.org>
* dvipdfmx.c: Fix a potential bug in set_default_pdf_filename().
Modified: trunk/Build/source/texk/dvipdfm-x/pdfdev.c
===================================================================
--- trunk/Build/source/texk/dvipdfm-x/pdfdev.c 2020-02-29 03:23:26 UTC (rev 53972)
+++ trunk/Build/source/texk/dvipdfm-x/pdfdev.c 2020-02-29 05:03:37 UTC (rev 53973)
@@ -571,7 +571,7 @@
/*
* We need to reset the line matrix to handle slanted fonts.
*/
- pdf_doc_add_page_content(" q BT", 5); /* op: BT */
+ pdf_doc_add_page_content(" BT", 3); /* op: BT */
/*
* text_state.matrix is identity at top of page.
* This sometimes write unnecessary "Tm"s when transition from
@@ -619,7 +619,7 @@
pdf_doc_add_page_content(text_state.is_mb ? ">]TJ" : ")]TJ", 4); /* op: TJ */
/* continue */
case TEXT_MODE:
- pdf_doc_add_page_content(" ET Q", 5); /* op: ET */
+ pdf_doc_add_page_content(" ET", 3); /* op: ET */
text_state.force_reset = 0;
text_state.font_id = -1;
break;
More information about the tex-live-commits
mailing list.