Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

[core] Implement text-writing-mode layout property for symbol layer #14932

Merged
merged 15 commits into from
Aug 13, 2019

Commits on Aug 12, 2019

  1. Configuration menu
    Copy the full SHA
    bc69a89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fe032b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a147bb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    67b910b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eba119 View commit details
    Browse the repository at this point in the history
  6. [core] Update unit tests

    alexshalamov committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    1559b6b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    792cbc1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4173fe3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    89b117a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83e3c7f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    0b211b7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    56878d5 View commit details
    Browse the repository at this point in the history
  13. [core] Render half-width glyphs in upright orientation

    This change forces glyphs whose natural orientation in vertical writing
    mode is 'sideways' to be rendered in upright orientation (only for non complex
    text layouts). This is different compared to W3C / browser behavior that is by
    default, renders glyphs in their respective natural orientation.
    
    In the future, there  might need to add a new layout property that would control
    glyph orientation separately (e.g., text-glyph-orientation: natural | upright).
    alexshalamov committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    dc9359a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b8a6736 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    955978a View commit details
    Browse the repository at this point in the history