Skip to content

Commit

Permalink
Bugfix: An extra RawBoxes was being wrapper around expressions befo…
Browse files Browse the repository at this point in the history
…re rasterization
  • Loading branch information
rhennigan committed Nov 6, 2024
1 parent dc45180 commit 78743ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Chatbook/Serialization.wl
Original file line number Diff line number Diff line change
Expand Up @@ -1096,7 +1096,7 @@ rasterizeGraphics // endDefinition;
checkedRasterize // beginDefinition;

checkedRasterize[ expr_ ] := Quiet[
Check[ rasterize @ RawBoxes @ expr, Missing[ "OutOfMemory" ], Rasterize::bigraster ],
Check[ rasterize @ expr, Missing[ "OutOfMemory" ], Rasterize::bigraster ],
Rasterize::bigraster
];

Expand Down

0 comments on commit 78743ad

Please sign in to comment.