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

Adjusting half-blocks, quadrants,... coordinates to unify mosaics #727

Merged
merged 1 commit into from
Apr 26, 2024

Commits on Apr 24, 2024

  1. Adjusting half-blocks, quadrants,... coordinates

    This update adjusts the points coordinates of some previously existing blocks/mosaics characters to fit them in the same
    grid as used by octants and eights.
    This is required because the new octants and eights from Symbols for Legacy Computing do not duplicate existing patterns
    and expect those existing one to join perfectly with them to provide the whole set of all possible pseudopixels mosaics.
    
    blocks:
    -------
    U+00A0 : nbspace : already correct (empty)
    U+2588 : fullBlock & fullBlock.stypo : already correct (used as reference bounding rectangle for all pseudopixels mosaics)
    
    half-blocks:
    ------------
    U+2580 : upperHalfBlock & upperHalfBlock.stypo : y=50% fixed from 707 to 873 (gdi) and 710 (stypo)
    U+2584 : lowerHalfBlock & lowerHalfBlock.stypo : already correct (confirming upperHalfBlock y=50% was wrong)
    U+258C : leftBlock & leftBlock.stypo : already correct
    U+2590 : rightBlock & rightBlock.stypo : already correct
    
    Quadrants:
    ----------
    U+2596 : lowerLeftBlock & lowerLeftBlock.stypo : already correct (confirming all other corrections above and below)
    U+2597 : lowerRightBlock & lowerRightBlock.stypo : y=50% fixed from 707 to 873 (gdi) and 710 (stypo)
    U+2598 : upperLeftBlock & upperLeftBlock.stypo : y=50% fixed from 707 to 873 (gdi) and 710 (stypo)
    U+2599 : upperLeftAndLowerLeftAndLowerRightBlock & upperLeftAndLowerLeftAndLowerRightBlock.stypo : already correct
    U+259A : upperLeftAndLowerRightBlock & upperLeftAndLowerRightBlock.stypo : y=50% fixed from 707 to 873 (gdi) and 710 (stypo)
    U+259B : upperLeftAndUpperRightAndLowerLeftBlock & upperLeftAndUpperRightAndLowerLeftBlock.stypo : y=50% fixed from 707 to 873 (gdi) and 710 (stypo)
    U+259C : upperLeftAndUpperRightAndLowerRightBlock & upperLeftAndUpperRightAndLowerRightBlock.stypo : y=50% fixed from 707 to 873 (gdi) and 710 (stypo)
    U+259D : upperRightBlock & upperRightBlock.stypo : y=50% fixed from 707 to 873 (gdi) and 710 (stypo)
    U+259E : upperRightAndLowerLeftBlock & upperRightAndLowerLeftBlock.stypo : Some y=50% fixed from 707 to 873 (gdi) and 710 (stypo), some were already correct
    U+259F : upperRightAndLowerLeftAndLowerRightBlock & upperRightAndLowerLeftAndLowerRightBlock.stypo : already correct
    
    Octants:
    --------
    U+2582 : lowerOneQuarterBlock & lowerOneQuarterBlock.stypo : already correct
    U+2586 : lowerThreeQuartersBlock & lowerThreeQuartersBlock.stypo : already correct
    
    Eights:
    -------
    U+2581 : lowerOneEighthBlock & lowerOneEighthBlock.stypo : gdi was correct, y fixed from -183 to -182 (rounding unification for all Eights) for stypo
    U+2583 : lowerThreeEighthsBlock & lowerThreeEighthsBlock.stypo : y fixed from 534 to 535 (rounding unification for all Eights) for GDI, stypo was correct
    U+2587 : lowerSevenEighthsBlock & lowerSevenEighthsBlock.stypo : y fixed from 1887 to 1888 (rounding unification for all Eights) for GDI, stypo was correct
    U+2594 : upperOneEighthBlock & upperOneEighthBlock.stypo : y fixed from 1887 to 1888 (rounding unification for all Eights) for GDI, stypo was correct
    U+1FB83 : upperThreeEighthsBlock & upperThreeEighthsBlock.stypo : already correct (part of my previous PR, so already based on correct grid)
    U+1FB86 : upperSevenEighthsBlock & upperSevenEighthsBlock.stypo : already correct (part of my previous PR, so already based on correct grid)
    PhMajerus committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    0d8fc21 View commit details
    Browse the repository at this point in the history