Skip to content

v0.12.4

Compare
Choose a tag to compare
@bcamper bcamper released this 03 May 18:27
· 778 commits to master since this release

Bug Fixes

  • Fix right-to-left text handling of neutral characters (e.g. punctuation) in multi-line (text wrapping) labels, and additional case for curved labels #541
  • Fix missing spaces in curved labels with text wrapping enabled
    • N.B.: curved labels currently do not support text wrapping; however, enabling the text_wrap parameter should not interfere with rendering of curved labels (this fixes a bug where the spaces in these labels were disappearing)

Functionality Changes

  • Apply scene normalization, such as expanding paths relative to the scene's base URL, when the scene config is updated at run-time with scene.updateConfig()

Internal

  • Minor optimizations