Angle.as_radians and svg-vh-units
What's Changed
- Fix Angle.as_radians by @Sophist-UK in #167
- Viewbox Render by @tatarize in #168
Angle.as_radians returns a explicit float.
<svg width=100vh>
like units now correctly work as the viewport is passed to the length values
Full Changelog: 1.6.9...1.6.10