Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve angle logging #1013

Merged
merged 1 commit into from
Sep 21, 2024

Conversation

michal-josef-spacek
Copy link
Contributor

Previous in LTYPE table:

dashes[3].length: -0.2 [BD 49]
dashes[3].complex_shapecode: 4 [BS 75]
dashes[rcount1].style: (5.1.10) abs:16 [H 340] => STYLE STANDARD dashes[3].x_offset: 0 [RD 44]
dashes[3].y_offset: 0 [RD 45]
dashes[3].scale: 0.1 [BD 46]
dashes[rcount1].rotation: 1.5708 [BD 50] 90º
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dashes[3].shape_flag: 3 [BS 74]
ABS_ROTATION(0x1) IS_TEXT(0x2)

After change:

dashes[3].length: -0.2 [BD 49]
dashes[3].complex_shapecode: 4 [BS 75]
dashes[rcount1].style: (5.1.10) abs:16 [H 340] => STYLE STANDARD dashes[3].x_offset: 0 [RD 44]
dashes[3].y_offset: 0 [RD 45]
dashes[3].scale: 0.1 [BD 46]
dashes[3].rotation: 1.5708 [BD 50] 90º
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dashes[3].shape_flag: 3 [BS 74]
ABS_ROTATION(0x1) IS_TEXT(0x2)

Previous in LTYPE table:

dashes[3].length: -0.2 [BD 49]
dashes[3].complex_shapecode: 4 [BS 75]
dashes[rcount1].style: (5.1.10) abs:16 [H 340] => STYLE STANDARD
dashes[3].x_offset: 0 [RD 44]
dashes[3].y_offset: 0 [RD 45]
dashes[3].scale: 0.1 [BD 46]
dashes[rcount1].rotation: 1.5708 [BD 50]  90º
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dashes[3].shape_flag: 3 [BS 74]
                      ABS_ROTATION(0x1) IS_TEXT(0x2)

After change:

dashes[3].length: -0.2 [BD 49]
dashes[3].complex_shapecode: 4 [BS 75]
dashes[rcount1].style: (5.1.10) abs:16 [H 340] => STYLE STANDARD
dashes[3].x_offset: 0 [RD 44]
dashes[3].y_offset: 0 [RD 45]
dashes[3].scale: 0.1 [BD 46]
dashes[3].rotation: 1.5708 [BD 50] 90º
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dashes[3].shape_flag: 3 [BS 74]
                      ABS_ROTATION(0x1) IS_TEXT(0x2)
@rurban rurban merged commit ed961fe into LibreDWG:master Sep 21, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants