Commit 543fd0db authored by Linshizhi's avatar Linshizhi

Update example skia_svg_render

parent 7f62e0ab
...@@ -20,7 +20,7 @@ int main(int argc, char *argv[]) { ...@@ -20,7 +20,7 @@ int main(int argc, char *argv[]) {
const int pixelBytes = 4; const int pixelBytes = 4;
if (argc < 3) { if (argc < 3) {
std::cout << "skia_svg_render input_svg_path output_png_path\n"; std::cout << "Usage: skia_svg_render input_svg_path output_png_path\n";
return 1; return 1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment