This is an automated email from the ASF dual-hosted git repository.
leginee pushed a change to branch bugfix-dxf-filter
in repository https://gitbox.apache.org/repos/asf/openoffice.git
discard 559ada8ae8 adding bazel pathes to gitignore, adding claude and other
ide folders to gitignore
discard 8606c879d8 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.
discard b3f0e0e35b pattern hatches render as proper section lines instead of
solid blobs
discard 6d943642bf fix 3D DXF import — skip OCS extrusion for WCS entities
(render + bbox), case-insensitive VPORT lookup, 3D text via glyph outlines
discard 5a471cc654 support LWPOLYLINE bulge (group 42)
discard 5c16e86bab added support for dashed lines.
discard 8063bc2983 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.
discard c1a8ff687a Adding Ellipse and spine support fixed negative-z extrusion
arcs
discard d8752c8838 for the boundary we need to measure as the renderer does.
fix correct rendering for arcs.
discard f51738dbca 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.
discard 9d412d2619 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 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.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (559ada8ae8)
\
N -- N -- N refs/heads/bugfix-dxf-filter (96b0524be2)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes: