Skip to content

Stabilizing usage of portal and viewbox

Latest
Compare
Choose a tag to compare
@Wiladams Wiladams released this 10 Jan 22:37
· 5 commits to main since this release

the primary focus of this release is to stabilize code that was de-stabilized with the introduction of a centralized port management object.

Full Changelog: v0.2.0-alpha...v0.2.1-alpha

This version further simplifies the creation of documents, and separates DOM construction from rendering somewhat, so that different sizes can be used when rendering.

The svgimage example has been updated to reflect the new ways of doing things.

The svgviewer demonstrates a straightforward way to view documents, and easily transform them

The svgexplorer demonstrates how a single loaded document can be used to display into different contexts, with no further parsing.

More work will be done to further stabilize after these various structural changes. In particular, going through items such as gradients and patterns, which can utilize templates, and make sure they work correctly.