Skip to content

Conversation

@tbouffard
Copy link
Member

@tbouffard tbouffard commented May 27, 2024

Previously, the visitor function always used the initial state passed at the beginning of the recursion instead of the state of the recursion step. So, nothing was exported.

Add new tests to better cover ImageExport:

  • check overlays
  • export using SvgCanvas2D in addition to XmlCanvas2D

Notes

Depends on #423

@tbouffard tbouffard added the bug Something isn't working label May 27, 2024
@tbouffard tbouffard changed the title fix: set correct type for XmlCanvas2D.root fix: ensure ImageExport export content May 27, 2024
@tbouffard tbouffard changed the title fix: ensure ImageExport export content fix: ensure ImageExport export content May 27, 2024
tbouffard added 2 commits May 28, 2024 04:54
Previously, the visitor function always used the initial state passed at the beginning of the
recursion instead of the state of the recursion step. So, nothing was exported.

Add new tests to better cover `ImageExport`:
  - check overlays
  - export using `SvgCanvas2D` in addition to `XmlCanvas2D`
@tbouffard tbouffard changed the title fix: ensure ImageExport export content fix: make ImageExport export all cell states correctly May 28, 2024
@tbouffard tbouffard marked this pull request as ready for review May 28, 2024 03:04
@tbouffard tbouffard merged commit ecccfc1 into main May 28, 2024
@tbouffard tbouffard deleted the fix/ExportImage branch May 28, 2024 05:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant