Skip to content
New issue

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

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

Already on GitHub? # to your account

Improve angle logging #1013

Merged
merged 1 commit into from
Sep 21, 2024

Commits on Sep 21, 2024

  1. Improve angle logging

    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)
    michal-josef-spacek committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    1ca767b View commit details
    Browse the repository at this point in the history