Skip to content

Commit

Permalink
v1.1.1 Added .pdf and .svg to snapshot command. Simplified pdf/png sa…
Browse files Browse the repository at this point in the history
…ving from CLI
  • Loading branch information
kcleal committed Oct 3, 2024
1 parent 71cd769 commit 5ca7556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plot_commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ namespace Commands {
const wchar_t* outp = out_path.c_str();
std::wstring pw(outp);
std::string outp_str(pw.begin(), pw.end());
SkFILEWStream out(outp_str.c_str());
SkFILEWStream out_stream(outp_str.c_str());
#else
SkFILEWStream out_stream(out_path.c_str());
#endif
Expand Down

0 comments on commit 5ca7556

Please sign in to comment.