You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix some REAL xdata types
dwg_resbuf_value_type missed some REAL and POINT3D ranges.
Fixes GH #1178
Co-authored-by: Reini Urban <reini.urban@gmail.com>
encode: fix dwg_set_dataflags
oops, critical encoder bug!
dataflags are reverse, if a bit is absent then the field needs to be used.
also the default with_factor is 1.0
thanks to Erfan Sadigh Nejati for finding this bug.
Fixes GH #1164