Skip to content

Commit

Permalink
For alignment the original images now expand to fit like others
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jul 26, 2023
1 parent 55189cb commit c692b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/markup_renderer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func Test_snapshot(t *testing.T) {
}(),
want: "<canvas size=\"100x100\">\n" +
"\t<content>\n" +
"\t\t<image fillMode=\"original\" rsc=\"zoomInIcon\" size=\"24x24\"/>\n" +
"\t\t<image fillMode=\"original\" rsc=\"zoomInIcon\" size=\"100x100\"/>\n" +
"\t</content>\n" +
"</canvas>\n",
},
Expand Down

0 comments on commit c692b93

Please sign in to comment.