v0.12.4
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)
- N.B.: curved labels currently do not support text wrapping; however, enabling the
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