[latex3-commits] [l3svn] branch master updated: For the present, don't support HiResBoundingBox
noreply at latex-project.org
noreply at latex-project.org
Sun May 14 18:23:28 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
The following commit(s) were added to refs/heads/master by this push:
new 1938442 For the present, don't support HiResBoundingBox
1938442 is described below
commit 19384423ea1033877a16131be0be91c68b9bf50a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun May 14 17:22:49 2017 +0100
For the present, don't support HiResBoundingBox
Go first for options/concepts we definitely want.
---
l3trial/l3image/l3image.dtx | 20 +++-----------------
1 file changed, 3 insertions(+), 17 deletions(-)
diff --git a/l3trial/l3image/l3image.dtx b/l3trial/l3image/l3image.dtx
index 0ee0936..b973c37 100644
--- a/l3trial/l3image/l3image.dtx
+++ b/l3trial/l3image/l3image.dtx
@@ -168,16 +168,6 @@
%
% \subsection{Obtaining bounding box data}
%
-% \begin{variable}[int]{\l_@@_bb_hires_bool}
-% Options which control the parsing of bounding box data.
-% \begin{macrocode}
-\keys_define:nn { image }
- {
- hiresbb .bool_set:N = \l_@@_bb_hires_bool
- }
-% \end{macrocode}
-% \end{variable}
-%
% \begin{variable}[int]
% {
% \l__image_llx_dim , \l__image_lly_dim ,
@@ -201,8 +191,8 @@
% \@@_read_bb_auxv:w
% }
% Extracting the bounding box from an |.eps| or |.bb| file is done by
-% reading each line and searching for the marker text (|%%BoundingBox:|
-% or |%%HiResBoundingBox|.) The data is read as a string with a mapping over
+% reading each line and searching for the marker text |%%BoundingBox:|.
+% The data is read as a string with a mapping over
% the lines: as there is a colon involved, a little bit of work is needed to
% get the matching correct. The same approach covers cases where the bounding
% box has to be calculated by |extractbb|, with just the initial phase
@@ -266,11 +256,7 @@
}
{
\str_if_eq_x:nnT
- {
- \c_percent_str \c_percent_str
- \bool_if:NT \l_@@_bb_hires_bool { HiRes }
- BoundingBox
- }
+ { \c_percent_str \c_percent_str BoundingBox }
{#1}
{ \@@_read_bb_auxiv:w #2 ( ) \q_stop }
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list