This is an automated email from the ASF dual-hosted git repository.
ardovm pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
from 4195d08bb6 Fold in some linted catches, foxusing on macOS and Linux
add 999d0e5d3c filter: idxf: chunk oversized LWPOLYLINE instead of
truncating the count
add 22079cd995 dxt files labels and text are evaluated when deciding on
the points where to corp the picture. We have to estimate font size and width,
since we have no renderer at that point. so we estimate the size.
add 65c7e1576f fix zoom by ignoring the metadata. The correctness of the
metadata depends on creators actions and may be stale. Better to calculate it
by ourselfs.
add e345bd9383 for the boundary we need to measure as the renderer does.
fix correct rendering for arcs.
add 030749d53e Adding Ellipse and spine support fixed negative-z extrusion
arcs
add 82ba6d6560 the file detector now ignores comments at the start of the
file to identifiy DXF files. On import we tollerate now 1.0 as 1. Before it
broke the read Measuring the arc's swept extent, not the full circle, so
large-radius arcs don't blow up the scaling box ond collapse the drawing.
add c4b51fde1e added support for dashed lines.
add 5ed424c6ce support LWPOLYLINE bulge (group 42)
add 3931960203 fix 3D DXF import — skip OCS extrusion for WCS entities
(render + bbox), case-insensitive VPORT lookup, 3D text via glyph outlines
add 05e2156ffd pattern hatches render as proper section lines instead of
solid blobs
add 96b0524be2 encoding is now based on RTL_TEXTENCODING_MS_1252 as a
default. The dxf filter is now prepared to receive a overide which encoding is
to be used. With this fix no higher level has been included to use this method.
new c082241a9b Merge pull request #491 from apache/bugfix-dxf-filter
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 15 +
main/filter/source/graphicfilter/idxf/dxf2mtf.cxx | 553 +++++++++++++++++----
main/filter/source/graphicfilter/idxf/dxf2mtf.hxx | 7 +
main/filter/source/graphicfilter/idxf/dxfentrd.cxx | 151 +++++-
main/filter/source/graphicfilter/idxf/dxfentrd.hxx | 70 ++-
main/filter/source/graphicfilter/idxf/dxfgrprd.cxx | 14 +-
main/filter/source/graphicfilter/idxf/dxfreprd.cxx | 354 ++++++++++---
main/filter/source/graphicfilter/idxf/dxftblrd.cxx | 20 +-
main/filter/source/graphicfilter/idxf/dxfvec.cxx | 13 +-
main/filter/source/graphicfilter/idxf/idxf.cxx | 19 +-
main/filter/source/graphicfilter/idxf/makefile.mk | 2 +-
main/svtools/source/filter/filter.cxx | 28 +-
12 files changed, 1066 insertions(+), 180 deletions(-)